mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-28 09:03:53 +00:00
perf: http body parse (#3357)
* perf: http body parse * perf: http body parse
This commit is contained in:
@@ -751,7 +751,6 @@
|
||||
"core.module.template.config_params": "Can configure application system parameters",
|
||||
"core.module.template.empty_plugin": "Blank plugin",
|
||||
"core.module.template.empty_workflow": "Blank workflow",
|
||||
"core.module.template.http body placeholder": "Same syntax as Apifox",
|
||||
"core.module.template.self_input": "Plug-in input",
|
||||
"core.module.template.self_output": "Custom plug-in output",
|
||||
"core.module.template.system_config": "System configuration",
|
||||
|
@@ -64,6 +64,7 @@
|
||||
"full_response_data": "Full Response Data",
|
||||
"greater_than": "Greater Than",
|
||||
"greater_than_or_equal_to": "Greater Than or Equal To",
|
||||
"http_body_placeholder": "Similar syntax to APIFox, variable selection can be activated via /. \nString variables need to be enclosed in double quotes, other types of variables do not need to be enclosed in double quotes. \nPlease strictly check whether it conforms to JSON format.",
|
||||
"http_extract_output": "Output field extraction",
|
||||
"http_extract_output_description": "Specified fields in the response value can be extracted through JSONPath syntax",
|
||||
"http_raw_response_description": "Raw HTTP response. Only accepts string or JSON type response data.",
|
||||
@@ -193,4 +194,4 @@
|
||||
"workflow.Switch_success": "Switch Successful",
|
||||
"workflow.Team cloud": "Team Cloud",
|
||||
"workflow.exit_tips": "Your changes have not been saved. 'Exit directly' will not save your edits."
|
||||
}
|
||||
}
|
||||
|
@@ -750,7 +750,6 @@
|
||||
"core.module.template.config_params": "可以配置应用的系统参数",
|
||||
"core.module.template.empty_plugin": "空白插件",
|
||||
"core.module.template.empty_workflow": "空白工作流",
|
||||
"core.module.template.http body placeholder": "与 Apifox 相同的语法",
|
||||
"core.module.template.self_input": "插件输入",
|
||||
"core.module.template.self_output": "插件输出",
|
||||
"core.module.template.system_config": "系统配置",
|
||||
|
@@ -10,6 +10,7 @@
|
||||
"Variable_name": "变量名",
|
||||
"add_new_input": "新增输入",
|
||||
"add_new_output": "新增输出",
|
||||
"http_body_placeholder": "与 APIFox 类似的语法,可通过 / 来激活变量选择。字符串变量均需加双引号,其他类型变量无需加双引号。请严格检查是否符合 JSON 格式。",
|
||||
"append_application_reply_to_history_as_new_context": "将该应用回复内容拼接到历史记录中,作为新的上下文返回",
|
||||
"application_call": "应用调用",
|
||||
"assigned_reply": "指定回复",
|
||||
@@ -193,4 +194,4 @@
|
||||
"workflow.Switch_success": "切换成功",
|
||||
"workflow.Team cloud": "团队云端",
|
||||
"workflow.exit_tips": "您的更改尚未保存,「直接退出」将不会保存您的编辑记录。"
|
||||
}
|
||||
}
|
||||
|
@@ -751,7 +751,6 @@
|
||||
"core.module.template.config_params": "可以設定應用程式的系統參數",
|
||||
"core.module.template.empty_plugin": "空白外掛程式",
|
||||
"core.module.template.empty_workflow": "空白工作流程",
|
||||
"core.module.template.http body placeholder": "與 Apifox 相同的語法",
|
||||
"core.module.template.self_input": "外掛程式輸入",
|
||||
"core.module.template.self_output": "外掛程式輸出",
|
||||
"core.module.template.system_config": "系統設定",
|
||||
|
@@ -64,6 +64,7 @@
|
||||
"full_response_data": "完整回應資料",
|
||||
"greater_than": "大於",
|
||||
"greater_than_or_equal_to": "大於或等於",
|
||||
"http_body_placeholder": "與 APIFox 類似的語法,可透過 / 來啟動變數選擇。\n字串變數均需加雙引號,其他類型變數無需加雙引號。\n請嚴格檢查是否符合 JSON 格式。",
|
||||
"http_extract_output": "輸出欄位擷取",
|
||||
"http_extract_output_description": "可以透過 JSONPath 語法來擷取回應值中的指定欄位",
|
||||
"http_raw_response_description": "HTTP 請求的原始回應。僅接受字串或 JSON 類型回應資料。",
|
||||
@@ -193,4 +194,4 @@
|
||||
"workflow.Switch_success": "切換成功",
|
||||
"workflow.Team cloud": "團隊雲端",
|
||||
"workflow.exit_tips": "您的變更尚未儲存,「直接結束」將不會儲存您的編輯紀錄。"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user