Browse Source

优化mcp提示词

cq.tianyong 6 hours ago
parent
commit
352853fbb4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      apis/MCP/aiAssistantMcp/McpRPC.js

+ 1 - 1
apis/MCP/aiAssistantMcp/McpRPC.js

@@ -97,7 +97,7 @@ const tools = [
                 sender,
                 sender,
                 student_num: { type: 'string', description: '乐跑学号/账号。必填,用于识别账号。' },
                 student_num: { type: 'string', description: '乐跑学号/账号。必填,用于识别账号。' },
                 email: { type: 'string', description: '该乐跑账号的通知邮箱。notice_type 为 email 时必填,且不能使用 icloud.com 域名。' },
                 email: { type: 'string', description: '该乐跑账号的通知邮箱。notice_type 为 email 时必填,且不能使用 icloud.com 域名。' },
-                area: { type: 'string', description: '要使用的跑区。用户要求随机跑区时使用空值。' },
+                area: { type: 'string', description: '要使用的跑区。取值只能是:["兰花湖校区跑区", "主校区北跑区", "主校区南跑区", "重庆工商大学茶园校区"]。用户要求随机跑区时使用空值。' },
                 auto_time: { type: 'integer', minimum: -1, maximum: 23, description: '自动乐跑开始小时,范围 7-21;使用 -1 表示随机时间。' },
                 auto_time: { type: 'integer', minimum: -1, maximum: 23, description: '自动乐跑开始小时,范围 7-21;使用 -1 表示随机时间。' },
                 auto_run: { type: 'integer', enum: [0, 1], description: '自动乐跑开关:1 开启,0 关闭。' },
                 auto_run: { type: 'integer', enum: [0, 1], description: '自动乐跑开关:1 开启,0 关闭。' },
                 target_count: { type: 'number', minimum: 0, maximum: 99, description: '目标总乐跑次数,范围 0-99。开启自动乐跑时,目标次数不能小于或等于账号已累计完成次数,除非设置为 0。' },
                 target_count: { type: 'number', minimum: 0, maximum: 99, description: '目标总乐跑次数,范围 0-99。开启自动乐跑时,目标次数不能小于或等于账号已累计完成次数,除非设置为 0。' },