fix(output_format): 改为 options 形式处理,提升用户体验

This commit is contained in:
SXP-Simon
2026-04-07 22:27:34 +08:00
parent ae38febca2
commit 93b2b847ef
3 changed files with 47 additions and 18 deletions
+6 -1
View File
@@ -60,8 +60,13 @@
"output_format": {
"type": "string",
"description": "输出格式",
"options": [
"image",
"text",
"html"
],
"default": "image",
"hint": "分析报告的输出式:image(图片)、text(文本)、html(HTML文件)"
"hint": "选择分析报告的输出式:image(图片)、text(文本摘要)、html(可交互式网页文件)"
},
"report_template": {
"type": "string",