File input (#2270)
* doc * feat: file upload config * perf: chat box file params * feat: markdown show file * feat: chat file store and clear * perf: read file contentType * feat: llm vision config * feat: file url output * perf: plugin error text * perf: image load * feat: ai chat document * perf: file block ui * feat: read file node * feat: file read response field * feat: simple mode support read files * feat: tool call * feat: read file histories * perf: select file * perf: select file config * i18n * i18n * fix: ts; feat: tool response preview result
This commit is contained in:
@@ -27,7 +27,19 @@
|
||||
"Code log": "Log",
|
||||
"Custom inputs": "Custom inputs",
|
||||
"Custom outputs": "Custom outputs",
|
||||
"Error": "Error"
|
||||
"Error": "Error",
|
||||
"Read file result": "Document parsing result preview",
|
||||
"read files": "parsed document"
|
||||
},
|
||||
"template": {
|
||||
"ai_chat": "LLM chat",
|
||||
"ai_chat_intro": "Call the AI model for a conversation",
|
||||
"dataset_search": "Dataset search",
|
||||
"dataset_search_intro": "Call the \"Semantic Search\" and \"Full-text Search\" capabilities to find reference content that may be related to the problem from the \"Knowledge Base\"",
|
||||
"system_config": "System Configuration",
|
||||
"tool_call": "Tool call",
|
||||
"tool_call_intro": "One or more function blocks are automatically selected for calling through the AI model, and plug-ins can also be called.",
|
||||
"workflow_start": "Process starts"
|
||||
},
|
||||
"tool_input": "Tool",
|
||||
"update_link_error": "Update link exception",
|
||||
|
||||
Reference in New Issue
Block a user