We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7044662 commit c85b970Copy full SHA for c85b970
1 file changed
packages/opencode/src/session/index.ts
@@ -407,12 +407,6 @@ export namespace Session {
407
synthetic: true,
408
text: Buffer.from(part.url, "base64url").toString(),
409
},
410
- {
411
- ...part,
412
- id: part.id ?? Identifier.ascending("part"),
413
- messageID: userMsg.id,
414
- sessionID: input.sessionID,
415
- },
416
]
417
}
418
break
0 commit comments