You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* resolve conflicts for cherry-pick
* fix i18n
* Enhance system plugin template data structure and update ToolSelectModal to include CostTooltip component
* refactor: update systemKeyCost type to support array of objects in plugin and workflow types
* refactor: simplify systemKeyCost type across plugin and workflow types to a single number
* refactor: streamline systemKeyCost handling in plugin and workflow components
* fix
* fix
Copy file name to clipboardExpand all lines: packages/web/i18n/en/app.json
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -185,6 +185,7 @@
185
185
"permission.name.readChatLog": "View chat logs",
186
186
"plugin.Instructions": "Instructions",
187
187
"plugin_cost_by_token": "Charged based on token usage",
188
+
"plugin_cost_folder_tip": "This tool set contains subordinate tools, and the call points are determined based on the actual calling tool",
188
189
"plugin_cost_per_times": "{{cost}} points/time",
189
190
"plugin_dispatch": "Plugin Invocation",
190
191
"plugin_dispatch_tip": "Adds extra capabilities to the model. The specific plugins to be invoked will be autonomously decided by the model.\nIf a plugin is selected, the Dataset invocation will automatically be treated as a special plugin.",
@@ -248,6 +249,7 @@
248
249
"tool_active_manual_config_desc": "The temporary key is saved in this application and is only for use by this application.",
249
250
"tool_active_system_config_desc": "Use the system configured key",
250
251
"tool_active_system_config_price_desc": "Additional payment for key price ({{price}} points/time)",
252
+
"tool_active_system_config_price_desc_folder": "The additional key price is required, and the fee will be deducted based on the actual use of the tool.",
251
253
"tool_detail": "Tool details",
252
254
"tool_input_param_tip": "This plugin requires configuration of related information to run properly.",
253
255
"tool_not_active": "This tool has not been activated yet",
0 commit comments