feat: support select field as tool output (#2798)

* feat: support select field as tool output

* defaultOutput
This commit is contained in:
papapatrick
2024-09-26 14:37:06 +08:00
committed by shilin66
parent 1144826ed5
commit e59ba9354f
13 changed files with 323 additions and 46 deletions

View File

@@ -3,6 +3,7 @@
"Code": "代码",
"Quote_prompt_setting": "引用提示词配置",
"add_new_input": "新增输入",
"add_new_output": "新增输出",
"append_application_reply_to_history_as_new_context": "将该应用回复内容拼接到历史记录中,作为新的上下文返回",
"application_call": "应用调用",
"assigned_reply": "指定回复",
@@ -33,6 +34,7 @@
"dynamic_input_description": "接收前方节点的输出值作为变量,这些变量可以被 Laf 请求参数使用。",
"dynamic_input_description_concat": "可以引用其他节点的输出,作为文本拼接的变量,输入 / 唤起变量列表",
"edit_input": "编辑输入",
"edit_output": "编辑输出",
"end_with": "结束为",
"error_info_returns_empty_on_success": "代码运行错误信息,成功时返回空",
"execute_a_simple_script_code_usually_for_complex_data_processing": "执行一段简单的脚本代码,通常用于进行复杂的数据处理。",
@@ -77,6 +79,7 @@
"is_equal_to": "等于",
"is_not_empty": "不为空",
"is_not_equal": "不等于",
"is_tool_output": "是否在工具调用时,将该字段作为工具输出",
"judgment_result": "判断结果",
"knowledge_base_reference": "知识库引用",
"knowledge_base_search_merge": "知识库搜索引用合并",