4.8.10 test (#2601)

* perf: workflow children run params

* feat: workflow userId

* fix: ui size

* perf: Markdown whitespace and ai images split

* fix: openai sdk ts
This commit is contained in:
Archer
2024-09-03 13:43:56 +08:00
committed by GitHub
parent 761e35c226
commit 9a57e94b79
43 changed files with 318 additions and 288 deletions

View File

@@ -1,4 +1,11 @@
{
" i18nT('workflow": {
"use_user_id'),\n required": {
"workflow": {
"use_user_id": ""
}
}
},
"Code": "Code",
"about_xxx_question": "Questions about xxx",
"add_new_input": "Add input",
@@ -123,6 +130,7 @@
"select_another_application_to_call": "You can choose another application to call",
"special_array_format": "Special array format, when the search result is empty, an empty array is returned.",
"start_with": "Start with",
"system_variables": "System variables",
"target_fields_description": "A target field is composed of 'description' and 'key', and multiple target fields can be extracted.",
"template": {
"ai_chat": "LLM chat",
@@ -143,6 +151,7 @@
"trigger_after_application_completion": "will be triggered after the application has completely ended",
"update_link_error": "Update link exception",
"update_specified_node_output_or_global_variable": "You can update the output value of the specified node or update global variables",
"use_user_id": "User ID",
"user_question": "User issues",
"variable_picker_tips": "enter node name or variable name to search",
"variable_update": "variable update",

View File

@@ -1,4 +1,11 @@
{
" i18nT('workflow": {
"use_user_id'),\n required": {
"workflow": {
"use_user_id": "使用者 ID"
}
}
},
"Code": "代码",
"about_xxx_question": "关于 xxx 的问题",
"add_new_input": "新增输入",
@@ -123,6 +130,7 @@
"select_another_application_to_call": "可以选择一个其他应用进行调用",
"special_array_format": "特殊数组格式,搜索结果为空时,返回空数组。",
"start_with": "开始为",
"system_variables": "系统变量",
"target_fields_description": "由 '描述' 和 'key' 组成一个目标字段,可提取多个目标字段",
"template": {
"ai_chat": "AI 对话",
@@ -143,6 +151,7 @@
"trigger_after_application_completion": "将在应用完全结束后触发",
"update_link_error": "更新链接异常",
"update_specified_node_output_or_global_variable": "可以更新指定节点的输出值或更新全局变量",
"use_user_id": "使用者 ID",
"user_question": "用户问题",
"variable_picker_tips": "可输入节点名或变量名搜索",
"variable_update": "变量更新",