Fix 4.8 node (#1370)

* perf: runtime props

* fix: Plugin run faied in debug mode

* perf: variable update

* fix: ts

* perf: variable ui
This commit is contained in:
Archer
2024-05-06 17:13:50 +08:00
committed by GitHub
parent 5bb9c550f6
commit eef609a063
37 changed files with 398 additions and 249 deletions

View File

@@ -73,6 +73,7 @@
"Confirm Import": "Confirm Import",
"Confirm Move": "Move here",
"Confirm Update": "Confirm Update",
"Confirm to leave the page": "",
"Copy": "Copy",
"Copy Successful": "Copied successfully",
"Course": "Course",
@@ -108,11 +109,15 @@
"Load Failed": "Load Failed",
"Loading": "Loading...",
"More settings": "More settings",
"MultipleRowSelect": {
"No data": ""
},
"Name": "Name",
"Name Can": "Name cannot be empty",
"Name is empty": "Name cannot be empty",
"New Create": "New Create",
"Next Step": "Next",
"No more data": "",
"Not open": "Not Open",
"Number of words": "{{amount}} words",
"OK": "OK",
@@ -149,6 +154,7 @@
"Submit failed": "Submit failed",
"Submit success": "Submitted successfully",
"Sync success": "Sync success",
"System Output": "",
"System version": "System Version",
"Team": "Team",
"Team Tags Set": "Tags",
@@ -275,13 +281,24 @@
"Api request desc": "Integrate into existing systems via API, such as WeCom or Feishu",
"App intro": "App Introduction",
"App params config": "App Configuration",
"Auto Save time": "",
"Change to simple mode": "",
"Chat Variable": "Chat Variable",
"Config schedule plan": "",
"Config whisper": "Configure Voice Input",
"External using": "External Usage",
"Interval timer config": "",
"Interval timer run": "",
"Interval timer tip": "",
"Make a brief introduction of your app": "Provide a brief introduction for your AI application",
"Max histories": "Max Chat Histories",
"Max tokens": "Max Response Tokens",
"Name and avatar": "Name & Avatar",
"Onclick to save": "",
"Publish": "",
"Publish Confirm": "",
"Publish Failed": "",
"Publish Success": "",
"Question Guide": "Suggested Questions",
"Question Guide Tip": "After the conversation ends, 3 guiding questions will be generated.",
"Quote prompt": "Quote Template Prompt",
@@ -293,6 +310,7 @@
"Select app from template": "Select from Template",
"Select quote template": "Select Quote Template",
"Set a name for your app": "Set a name for your application",
"Setting ai property": "",
"Share link": "Share Link",
"Share link desc": "Share link with other users, no login required for direct usage",
"Share link desc detail": "You can directly share this model with other users for conversation, without them needing to log in. Note that this feature will consume your account balance, please keep the link secure!",
@@ -306,6 +324,7 @@
"Tool call tip": "Automatically select one or more tools to use via the AI model. If this feature is enabled, knowledge base queries will also be considered a tool invocation. Please try to select AI models that support \"function calls\" for better results.",
"ToolCall": {
"No plugin": "No available plugins",
"Parameter setting": "",
"Setting tool": "Configure Tools",
"System": "System",
"Team": "Team",
@@ -358,6 +377,20 @@
"Show History": "Show Chat History",
"Web Link": "Web Link"
},
"publish": {
"Fei Shu Bot Desc": "",
"Fei shu bot": "",
"Fei shu bot publish": ""
},
"schedule": {
"Default prompt": "",
"Default prompt placeholder": "",
"Every day": "",
"Every month": "",
"Every week": "",
"Interval": "",
"Open schedule": ""
},
"setting": "Application Information Settings",
"share": {
"Amount limit tip": "Maximum 10 groups can be created",
@@ -415,6 +448,7 @@
},
"chat": {
"Admin Mark Content": "Corrected Response",
"Audio Not Support": "",
"Audio Speech Error": "Speech Broadcast Error",
"Cancel Speak": "Cancel Voice Input",
"Canceled Speak": "Voice input has been canceled",
@@ -505,6 +539,7 @@
"module http body": "Request Body",
"module http result": "Response Body",
"module http url": "Request URL",
"module if else Result": "",
"module limit": "Single Search Limit",
"module maxToken": "Max Response Tokens",
"module model": "Model",
@@ -832,6 +867,7 @@
"Input description": "Can accept results from knowledge base search.",
"label": "Knowledge Base Quote"
},
"Default Value": "",
"Default value": "Default Value",
"Default value placeholder": "If left blank, empty string will be returned by default",
"Edit intro": "Edit Description",
@@ -843,13 +879,22 @@
"Http request settings": "Request Configuration",
"Input Type": "Input Type",
"Laf sync params": "Sync Parameters",
"Max Length": "",
"Max Length placeholder": "",
"Max Value": "",
"Min Value": "",
"Model List": "",
"No Config Tips": "",
"Output Type": "",
"Plugin output must connect": "Custom output must be fully connected",
"Plugin tool Description": "",
"QueryExtension": {
"placeholder": "For example:\nQuestions about Python introduction and usage.\nThe current conversation is related to the game \"GTA5\".",
"tip": "Describe the scope of the current conversation to help AI complete initial or ambiguous questions, enhancing the knowledge base's capability for continuous dialogue. It is recommended to briefly describe the context of the conversation when this feature is enabled, otherwise inaccurate completions may occur."
},
"Quote prompt setting": "Quote Prompt Configuration",
"Qupte prompt setting": "",
"Select Data List": "",
"Select app": "Select Application",
"Setting quote prompt": "Configure Quote Prompt",
"Unlink tip": "【{{name}}】has unfilled or unconnected parameters",
@@ -858,7 +903,8 @@
"Variable import": "External Parameter Input",
"edit": {
"Field Already Exist": "Duplicate key",
"Field Edit": "Field Edit"
"Field Edit": "Field Edit",
"Field Name Cannot Be Empty": ""
},
"extract": {
"Add field": "Add Field",
@@ -891,8 +937,10 @@
"input": {
"Add Input": "Add Input",
"Input Number": "Input: {{length}}",
"add": "",
"description": {
"Background": "You can add introductions to specific content for better identification of user question types. This content is usually used to introduce something the model doesn't know.",
"HTTP Dynamic Input": "",
"Http Request Header": "Custom request headers, please fill in strict JSON string.\n1. Ensure the last property has no comma\n2. Ensure keys are wrapped in double quotes\nFor example: {\"Authorization\":\"Bearer xxx\"}",
"Http Request Url": "New HTTP request URL. If there are two \"Request URLs\", you can delete the module and add it again to fetch the latest module configuration.",
"Quote": "Object array format, structure:\n[{q:'question',a:'answer'}]",
@@ -918,6 +966,7 @@
"anyInput": "",
"chat history": "Chat History",
"switch": "Trigger",
"system params": "",
"textEditor textarea": "Text Editor",
"user question": "User Question"
},
@@ -1014,18 +1063,23 @@
},
"valueType": {
"any": "Any",
"arrayBoolean": "",
"arrayNumber": "",
"arrayObject": "",
"arrayString": "",
"boolean": "Boolean",
"chatHistory": "Chat History",
"datasetQuote": "Quote Content",
"dynamicTargetInput": "Dynamic Field Input",
"number": "Number",
"object": "",
"selectApp": "Select Application",
"selectDataset": "Select Knowledge Base",
"string": "String",
"tools": "Tool Invocation"
},
"variable": {
"External type": "Externally Passed",
"Custom type": "Custom",
"add option": "Add Option",
"input type": "Text",
"key": "Variable Key",
@@ -1076,6 +1130,9 @@
"Stop debug": "Stop",
"Success": "Running success",
"Value type": "Type",
"Variable": {
"Variable type": "Variable type"
},
"Variable outputs": "Variables",
"chat": {
"Quote prompt": "Quote prompt"
@@ -1707,4 +1764,4 @@
}
}
}
}
}