mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-23 05:12:39 +00:00
feat: add plugin instruction config (#2579)
* feat: add plugin instruction config * fix build
This commit is contained in:
@@ -97,6 +97,10 @@
|
||||
"optional_value_type_tip": "One or more data types can be specified, and users can only select the configured type when adding fields in winter",
|
||||
"other_questions": "Other questions",
|
||||
"pass_returned_object_as_output_to_next_nodes": "Use the object returned in the code as output and pass it to subsequent nodes. \nThe variable name needs to correspond to the key of return",
|
||||
"plugin": {
|
||||
"Instruction_Tip": "You can configure a description to explain the purpose of this plugin. This description will be displayed each time before using the plugin. Standard Markdown syntax is supported.",
|
||||
"Instructions": "Instructions"
|
||||
},
|
||||
"plugin_input": "Plug-in input",
|
||||
"question_classification": "Problem classification",
|
||||
"question_optimization": "Problem optimization",
|
||||
|
@@ -97,6 +97,10 @@
|
||||
"optional_value_type_tip": "可以指定 1 个或多个数据类型,用户在动态添加字段时,仅可选择配置的类型",
|
||||
"other_questions": "其他问题",
|
||||
"pass_returned_object_as_output_to_next_nodes": "将代码中 return 的对象作为输出,传递给后续的节点。变量名需要对应 return 的 key",
|
||||
"plugin": {
|
||||
"Instruction_Tip": "可以配置一段说明,以解释该插件的用途。每次使用插件前,会显示该段说明。支持标准 Markdown 语法。",
|
||||
"Instructions": "使用说明"
|
||||
},
|
||||
"plugin_input": "插件输入",
|
||||
"question_classification": "问题分类",
|
||||
"question_optimization": "问题优化",
|
||||
|
Reference in New Issue
Block a user