mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-23 05:12:39 +00:00
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:
@@ -508,7 +508,7 @@
|
||||
"module cq result": "Classification result",
|
||||
"module extract description": "Extract requirement description",
|
||||
"module extract result": "Extraction result",
|
||||
"module historyPreview": "Complete record",
|
||||
"module historyPreview": "Record preview (only part of the content is displayed)",
|
||||
"module http result": "response body",
|
||||
"module if else Result": "Determinator result",
|
||||
"module limit": "Single search limit",
|
||||
@@ -670,7 +670,7 @@
|
||||
"Total files": "A total of {{total}} files",
|
||||
"Training mode": "Training mode",
|
||||
"Upload data": "Upload data",
|
||||
"Upload file progress": "File upload progress",
|
||||
"Upload file progress": "file_upload progress",
|
||||
"Upload status": "Status",
|
||||
"Web link": "Web link",
|
||||
"Web link desc": "Read static web page content as a dataset"
|
||||
@@ -1330,6 +1330,7 @@
|
||||
"minute": "minute"
|
||||
},
|
||||
"unusable_variable": "no usable variable",
|
||||
"upload_file_error": "Upload file error",
|
||||
"user": {
|
||||
"Account": "Account",
|
||||
"Amount of earnings": "Earnings (¥)",
|
||||
|
Reference in New Issue
Block a user