Feat: Translate operator names and allow mailboxes to reference operator names #3221 (#9118)

### What problem does this PR solve?

Feat: Translate operator names and allow mailboxes to reference operator
names #3221

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2025-07-30 16:16:47 +08:00
committed by GitHub
parent ffff5c2e8c
commit 840abd5239
9 changed files with 91 additions and 42 deletions

View File

@ -1150,7 +1150,7 @@ General实体和关系提取提示来自 GitHub - microsoft/graphrag基于
note: '注释',
noteDescription: '注释',
notePlaceholder: '请输入注释',
invoke: 'Invoke',
invoke: 'HTTP 请求',
invokeDescription:
'该组件可以调用远程端点调用。将其他组件的输出作为参数或设置常量参数来调用远程函数。',
url: 'Url',
@ -1200,7 +1200,7 @@ General实体和关系提取提示来自 GitHub - microsoft/graphrag基于
jsonUploadTypeErrorMessage: '请上传json文件',
jsonUploadContentErrorMessage: 'json 文件错误',
iteration: '循环',
iterationDescription: `该组件首先将输入以“分隔符”分割成数组然后依次对数组中的元素执行相同的操作步骤直到输出所有结果可以理解为一个任务批处理器。例如在长文本翻译迭代节点中如果所有内容都输入到LLM节点可能会达到单次对话的限制上游节点可以先将长文本分割成多个片段配合迭代节点对每个片段进行批量翻译避免达到单次对话的LLM消息限制`,
iterationDescription: `该组件负责迭代生成新的内容,对列表对象执行多次步骤直至输出所有结果`,
delimiterTip: `该分隔符用于将输入文本分割成几个文本片段,每个文本片段的回显将作为每次迭代的输入项。`,
delimiterOptions: {
comma: '逗号',
@ -1260,6 +1260,7 @@ General实体和关系提取提示来自 GitHub - microsoft/graphrag基于
management: '管理',
import: '导入',
export: '导出',
subject: '主题',
},
footer: {
profile: 'All rights reserved @ React',