فهرست منبع

tweak: wording

Aiden Cline 1 ماه پیش
والد
کامیت
9127055ae7
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      packages/opencode/src/session/message-v2.ts

+ 1 - 1
packages/opencode/src/session/message-v2.ts

@@ -510,7 +510,7 @@ export namespace MessageV2 {
                   parts: [
                   parts: [
                     {
                     {
                       type: "text",
                       type: "text",
-                      text: `Tool ${part.tool} returned an attachment:`,
+                      text: `The tool ${part.tool} returned the following attachments:`,
                     },
                     },
                     ...part.state.attachments.map((attachment) => ({
                     ...part.state.attachments.map((attachment) => ({
                       type: "file" as const,
                       type: "file" as const,