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
Copy file name to clipboardExpand all lines: packages/web/i18n/en/app.json
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
"Add_tool": "Add tool",
3
3
"AutoOptimize": "Automatic optimization",
4
4
"Click_to_delete_this_field": "Click to delete this field",
5
-
"Custom_params": "Custom parameters",
5
+
"Custom_params": "input parameters",
6
6
"Edit_tool": "Edit tool",
7
7
"Filed_is_deprecated": "This field is deprecated",
8
8
"HTTPTools_Create_Type": "Create Type",
@@ -95,6 +95,7 @@
95
95
"document_upload": "Document Upload",
96
96
"edit_app": "Application details",
97
97
"edit_info": "Edit",
98
+
"empty_tool_tips": "Please add tools on the left side",
98
99
"execute_time": "Execution Time",
99
100
"export_config_successful": "Configuration copied, some sensitive information automatically filtered. Please check for any remaining sensitive data.",
100
101
"export_configs": "Export",
@@ -105,12 +106,15 @@
105
106
"file_upload_tip": "Once enabled, documents/images can be uploaded. Documents are retained for 7 days, images for 15 days. Using this feature may incur additional costs. To ensure a good experience, please choose an AI model with a larger context length when using this feature.",
106
107
"go_to_chat": "Go to Conversation",
107
108
"go_to_run": "Go to Execution",
109
+
"http_toolset_add_tips": "Click the \"Add\" button to add tools",
110
+
"http_toolset_config_tips": "Click \"Start Configuration\" to add tools",
108
111
"image_upload": "Image Upload",
109
112
"image_upload_tip": "How to activate model image recognition capabilities",
110
113
"import_configs": "Import",
111
114
"import_configs_failed": "Import configuration failed, please ensure the configuration is correct!",
112
115
"import_configs_success": "Import Successful",
113
116
"initial_form": "initial state",
117
+
"input_params_tips": "Tool input parameters will not be passed directly to the request URL; they can be referenced on the right side using \"/\".",
0 commit comments