mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-08-28 13:17:14 +00:00
copy(agents): clarify processor use cases
This commit is contained in:
@@ -701,14 +701,14 @@ const enUS = {
|
|||||||
selectFromSidebar: 'Select an Agent or Pipeline from the sidebar',
|
selectFromSidebar: 'Select an Agent or Pipeline from the sidebar',
|
||||||
agentType: 'Agent',
|
agentType: 'Agent',
|
||||||
agentTypeDescription:
|
agentTypeDescription:
|
||||||
'Use a runner to handle messages, group members, friends, feedback, and other platform events.',
|
'Use a runner to handle messages, group members, friends, feedback, and other platform events. Best for scenarios that need autonomous decisions, tool use, or non-message events.',
|
||||||
pipelineType: 'Pipeline',
|
pipelineType: 'Pipeline',
|
||||||
kindBadgeAgent: 'Agent',
|
kindBadgeAgent: 'Agent',
|
||||||
kindBadgePipeline: 'Pipeline',
|
kindBadgePipeline: 'Pipeline',
|
||||||
groupByKind: 'Group by type',
|
groupByKind: 'Group by type',
|
||||||
groupByKindShort: 'Group',
|
groupByKindShort: 'Group',
|
||||||
pipelineTypeDescription:
|
pipelineTypeDescription:
|
||||||
'Use a visual multi-stage flow to control message preprocessing, AI, postprocessing, extensions, and output. Message events only.',
|
'Use a visual multi-stage flow to control message preprocessing, AI, postprocessing, extensions, and output. Message events only. Best for fixed workflows that need predictable, step-by-step control.',
|
||||||
allEvents: 'Supports all events',
|
allEvents: 'Supports all events',
|
||||||
messageEventsOnly: 'Message events only',
|
messageEventsOnly: 'Message events only',
|
||||||
chooseType: 'Choose how it works',
|
chooseType: 'Choose how it works',
|
||||||
|
|||||||
@@ -714,14 +714,14 @@ const jaJP = {
|
|||||||
'サイドバーから Agent または Pipeline を選択してください',
|
'サイドバーから Agent または Pipeline を選択してください',
|
||||||
agentType: 'Agent',
|
agentType: 'Agent',
|
||||||
agentTypeDescription:
|
agentTypeDescription:
|
||||||
'Runner を使ってメッセージ、グループメンバー、友だち、フィードバックなどのプラットフォームイベントを処理します。',
|
'Runner を使ってメッセージ、グループメンバー、友だち、フィードバックなどのプラットフォームイベントを処理します。自律的な判断、ツール利用、メッセージ以外のイベント対応が必要な場合に適しています。',
|
||||||
pipelineType: 'Pipeline',
|
pipelineType: 'Pipeline',
|
||||||
kindBadgeAgent: 'Agent',
|
kindBadgeAgent: 'Agent',
|
||||||
kindBadgePipeline: 'パイプライン',
|
kindBadgePipeline: 'パイプライン',
|
||||||
groupByKind: 'タイプ別にグループ化',
|
groupByKind: 'タイプ別にグループ化',
|
||||||
groupByKindShort: 'グループ',
|
groupByKindShort: 'グループ',
|
||||||
pipelineTypeDescription:
|
pipelineTypeDescription:
|
||||||
'ビジュアルな多段フローで、メッセージの前処理、AI、後処理、拡張、出力を制御します。メッセージイベントのみ処理できます。',
|
'ビジュアルな多段フローで、メッセージの前処理、AI、後処理、拡張、出力を制御します。メッセージイベントのみ処理できます。固定フローを段階ごとに確実に制御したい場合に適しています。',
|
||||||
allEvents: 'すべてのイベントに対応',
|
allEvents: 'すべてのイベントに対応',
|
||||||
messageEventsOnly: 'メッセージイベントのみ',
|
messageEventsOnly: 'メッセージイベントのみ',
|
||||||
chooseType: '処理方法を選択',
|
chooseType: '処理方法を選択',
|
||||||
|
|||||||
@@ -670,14 +670,15 @@ const zhHans = {
|
|||||||
editAgent: '编辑 Agent',
|
editAgent: '编辑 Agent',
|
||||||
selectFromSidebar: '从侧边栏选择一个 Agent 或 Pipeline',
|
selectFromSidebar: '从侧边栏选择一个 Agent 或 Pipeline',
|
||||||
agentType: 'Agent',
|
agentType: 'Agent',
|
||||||
agentTypeDescription: '通过运行器处理消息、群成员、好友、反馈等平台事件。',
|
agentTypeDescription:
|
||||||
|
'通过运行器处理消息、群成员、好友、反馈等平台事件。适合需要自主判断、调用工具或响应非消息事件的场景。',
|
||||||
pipelineType: 'Pipeline',
|
pipelineType: 'Pipeline',
|
||||||
kindBadgeAgent: 'Agent',
|
kindBadgeAgent: 'Agent',
|
||||||
kindBadgePipeline: '流水线',
|
kindBadgePipeline: '流水线',
|
||||||
groupByKind: '按类型分组',
|
groupByKind: '按类型分组',
|
||||||
groupByKindShort: '分组',
|
groupByKindShort: '分组',
|
||||||
pipelineTypeDescription:
|
pipelineTypeDescription:
|
||||||
'通过可视化多阶段流程控制消息的预处理、AI、后处理、扩展和输出;仅处理消息事件。',
|
'通过可视化多阶段流程控制消息的预处理、AI、后处理、扩展和输出;仅处理消息事件。适合流程固定、希望逐步控制消息处理过程的场景。',
|
||||||
allEvents: '支持全部事件',
|
allEvents: '支持全部事件',
|
||||||
messageEventsOnly: '仅支持消息事件',
|
messageEventsOnly: '仅支持消息事件',
|
||||||
chooseType: '选择处理方式',
|
chooseType: '选择处理方式',
|
||||||
|
|||||||
Reference in New Issue
Block a user