tweak: wording

This commit is contained in:
Aiden Cline
2026-01-16 15:50:12 -06:00
parent f5a6a4af7f
commit 9127055ae7

View File

@@ -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,