diff options
| author | Aiden Cline <[email protected]> | 2026-01-16 15:50:12 -0600 |
|---|---|---|
| committer | Aiden Cline <[email protected]> | 2026-01-16 15:50:24 -0600 |
| commit | 9127055ae7681751965843f04488e157e673a725 (patch) | |
| tree | ee7776643f6cdef7a62d197aa3dc4b94dd9eb410 | |
| parent | f5a6a4af7fe9ef8aa203c94c74764d1e674c598c (diff) | |
| download | opencode-9127055ae7681751965843f04488e157e673a725.tar.gz opencode-9127055ae7681751965843f04488e157e673a725.zip | |
tweak: wording
| -rw-r--r-- | packages/opencode/src/session/message-v2.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/opencode/src/session/message-v2.ts b/packages/opencode/src/session/message-v2.ts index 9f2e0ba06..d326976f1 100644 --- a/packages/opencode/src/session/message-v2.ts +++ b/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, |
