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
@@ -183,6 +183,7 @@
183
183
"permission.des.write": "Can view and edit apps",
184
184
"plugin.Instructions": "Instructions",
185
185
"plugin_cost_by_token": "Charged based on token usage",
186
+
"plugin_cost_folder_tip": "This tool set contains subordinate tools, and the call points are determined based on the actual calling tool",
186
187
"plugin_cost_per_times": "{{cost}} points/time",
187
188
"plugin_dispatch": "Plugin Invocation",
188
189
"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.",
@@ -246,6 +247,7 @@
246
247
"tool_active_manual_config_desc": "The temporary key is saved in this application and is only for use by this application.",
247
248
"tool_active_system_config_desc": "Use the system configured key",
248
249
"tool_active_system_config_price_desc": "Additional payment for key price ({{price}} points/time)",
250
+
"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.",
249
251
"tool_detail": "Tool details",
250
252
"tool_input_param_tip": "This plugin requires configuration of related information to run properly.",
251
253
"tool_not_active": "This tool has not been activated yet",
0 commit comments