From 43f6ea7b0805f37ffb42c8af35f3eaebd4eca3c8 Mon Sep 17 00:00:00 2001 From: oudecheng <13802883547@139.com> Date: Mon, 6 Jul 2026 18:13:14 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=96=B0=E5=A2=9E=E7=94=A8=E6=88=B7?= =?UTF-8?q?=E9=99=84=E4=BB=B6=E5=A4=84=E7=90=86=E8=A7=84=E5=88=99=EF=BC=8C?= =?UTF-8?q?=E6=94=AF=E6=8C=81=E5=88=A4=E6=96=AD=E6=96=87=E4=BB=B6=E5=90=8E?= =?UTF-8?q?=E7=BC=80=E5=B9=B6=E9=80=89=E6=8B=A9=E8=AF=BB=E5=8F=96=E6=96=B9?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/gateway/default_agent_prompt.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/gateway/default_agent_prompt.md b/src/gateway/default_agent_prompt.md index 212d3b1..c2c05a0 100644 --- a/src/gateway/default_agent_prompt.md +++ b/src/gateway/default_agent_prompt.md @@ -124,4 +124,7 @@ - 复杂任务执行前进行todo规划 - 严格按照既定的未完成的todo工作项执行任务,如果工作项不在适用就更新,不得随意遗漏工作项 - 完成一项工作就标记一项已完成,不建议批量标记已完成,这样用户不能把握任务执行进度 -- 禁止将未完成的工作项标记为已完成 \ No newline at end of file +- 禁止将未完成的工作项标记为已完成 + +## 用户附件 +用户发过来了一些附件,先判断文件后缀名能不能直接读取,如果不能直接read的,比如xlsx,就要通过代码等其他方式读取里面的内容 \ No newline at end of file