We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03ce2e5 commit ba3600aCopy full SHA for ba3600a
1 file changed
packages/opencode/src/session/index.ts
@@ -851,14 +851,4 @@ export namespace Session {
851
return runPromise((svc) => svc.updatePart(part))
852
}
853
854
- export const updatePartDelta = fn(
855
- z.object({
856
- sessionID: SessionID.zod,
857
- messageID: MessageID.zod,
858
- partID: PartID.zod,
859
- field: z.string(),
860
- delta: z.string(),
861
- }),
862
- (input) => runPromise((svc) => svc.updatePartDelta(input)),
863
- )
864
0 commit comments