mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-09-17 15:27:15 +00:00
feat(agents): improve processor creation choice
This commit is contained in:
@@ -680,6 +680,29 @@ const zhHans = {
|
||||
'通过可视化多阶段流程控制消息的预处理、AI、后处理、扩展和输出;仅处理消息事件。',
|
||||
allEvents: '支持全部事件',
|
||||
messageEventsOnly: '仅支持消息事件',
|
||||
chooseType: '选择处理方式',
|
||||
chooseTypeDescription: '先选择处理器的工作方式,创建后可继续完善配置。',
|
||||
diagramHint: '工作方式示意',
|
||||
agentDiagramTitle: 'Agent:自主判断并行动',
|
||||
agentDiagramDescription:
|
||||
'Agent 可以接收多种平台事件,结合模型和工具理解当前情况,并自主决定下一步动作。',
|
||||
pipelineDiagramTitle: 'Pipeline:按流程逐步处理',
|
||||
pipelineDiagramDescription:
|
||||
'Pipeline 只处理消息事件,并严格按照你编排的固定步骤依次执行。',
|
||||
pipelineDiagramFlow: '消息沿固定流程依次处理',
|
||||
diagramEvents: '平台事件',
|
||||
diagramMessages: '消息',
|
||||
diagramMembers: '群成员',
|
||||
diagramFeedback: '反馈',
|
||||
diagramDecide: '理解事件并决定下一步',
|
||||
diagramModel: '调用模型',
|
||||
diagramTools: '使用工具',
|
||||
diagramActions: '执行动作',
|
||||
diagramMessage: '收到消息',
|
||||
diagramPreprocess: '预处理',
|
||||
diagramAI: 'AI 处理',
|
||||
diagramPostprocess: '后处理',
|
||||
diagramOutput: '输出',
|
||||
basicInfo: '基础信息',
|
||||
basicInfoDescription: '设置名称、图标和描述',
|
||||
runnerSettings: '运行器',
|
||||
|
||||
Reference in New Issue
Block a user