|
50 | 50 | "field_required": "Required", |
51 | 51 | "field_used_as_tool_input": "Used as Tool Call Parameter", |
52 | 52 | "filter_description": "Currently supports filtering by tags and creation time. Fill in the format as follows:\n{\n \"tags\": {\n \"$and\": [\"Tag 1\",\"Tag 2\"],\n \"$or\": [\"When there are $and tags, and is effective, or is not effective\"]\n },\n \"createTime\": {\n \"$gte\": \"YYYY-MM-DD HH:mm format, collection creation time greater than this time\",\n \"$lte\": \"YYYY-MM-DD HH:mm format, collection creation time less than this time, can be used with $gte\"\n }\n}", |
| 53 | + "form_input_result": "User complete input result", |
| 54 | + "form_input_result_tip": "an object containing the complete result", |
53 | 55 | "full_field_extraction": "Full Field Extraction", |
54 | 56 | "full_field_extraction_description": "Returns true when all fields are fully extracted (success includes model extraction or using default values)", |
55 | 57 | "full_response_data": "Full Response Data", |
|
79 | 81 | "is_equal_to": "Is Equal To", |
80 | 82 | "is_not_empty": "Is Not Empty", |
81 | 83 | "is_not_equal": "Is Not Equal", |
82 | | - "is_tool_output": "Whether to use this field as tool output when the tool is called", |
| 84 | + "is_tool_output_label": "as tool response", |
83 | 85 | "judgment_result": "Judgment Result", |
84 | 86 | "knowledge_base_reference": "Dataset Reference", |
85 | 87 | "knowledge_base_search_merge": "Dataset Search Merge", |
|
112 | 114 | "plugin.Instruction_Tip": "You can configure an instruction to explain the purpose of the plugin. This instruction will be displayed each time the plugin is used. Supports standard Markdown syntax.", |
113 | 115 | "plugin.Instructions": "Instructions", |
114 | 116 | "plugin_input": "Plugin Input", |
| 117 | + "plugin_output_tool": "When the plug-in is executed as a tool, whether this field responds as a result of the tool", |
115 | 118 | "question_classification": "Question Classification", |
116 | 119 | "question_optimization": "Question Optimization", |
117 | 120 | "quote_content_placeholder": "The structure of the reference content can be customized to better suit different scenarios. \nSome variables can be used for template configuration\n\n{{q}} - main content\n\n{{a}} - auxiliary data\n\n{{source}} - source name\n\n{{sourceId}} - source ID\n\n{{index}} - nth reference", |
|
157 | 160 | "update_link_error": "Error updating link", |
158 | 161 | "update_specified_node_output_or_global_variable": "Can update the output value of a specified node or update global variables", |
159 | 162 | "use_user_id": "User ID", |
| 163 | + "user_form_input_config": "Form configuration", |
| 164 | + "user_form_input_description": "describe", |
| 165 | + "user_form_input_name": "Name", |
160 | 166 | "user_question": "User Question", |
161 | 167 | "user_question_tool_desc": "User input questions (questions need to be improved)", |
162 | 168 | "value_type": "Value type", |
|
0 commit comments