ai调试ok

This commit is contained in:
2026-06-10 16:36:26 +08:00
parent cd03cdc44a
commit ffbb6b5125
6 changed files with 650 additions and 82 deletions
+23 -1
View File
@@ -54,7 +54,29 @@
"default_profile": "Default profile",
"tool_router": "Tool router",
"enter_hint": "Enter to send, Shift + Enter for a new line",
"error_prefix": "Request failed: "
"error_prefix": "Request failed: ",
"attach_image": "Attach image",
"remove_image": "Remove image",
"image_type_error": "Unsupported image type. Supported formats: jpeg/png/webp/gif",
"image_size_error": "Image is too large. Please choose an image smaller than 4 MB",
"image_read_error": "Failed to read image. Please try another file",
"reasoning": "Reasoning",
"trace_details": "Call details",
"trace_database": "Database",
"trace_rows": "Rows",
"trace_columns": "Columns",
"trace_count": "Count",
"trace_tools": "Tools",
"trace_reason": "Reason",
"trace_error": "Error",
"trace_truncated": "Result truncated",
"tokens_avg_speed": "Average speed",
"tokens_peak_speed": "Peak speed",
"tokens_total": "Total tokens",
"tokens_prompt": "Input",
"tokens_completion": "Output",
"tokens_tool": "Tools",
"tokens_estimated": "local estimate"
},
"aiconfig": {
"title": "AI Config",