Aiden Cline 7 miesięcy temu
rodzic
commit
9127055ae7
1 zmienionych plików z 1 dodań i 1 usunięć
  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: [
                     {
                       type: "text",
-                      text: `Tool ${part.tool} returned an attachment:`,
+                      text: `The tool ${part.tool} returned the following attachments:`,
                     },
                     ...part.state.attachments.map((attachment) => ({
                       type: "file" as const,