Skip to content

Commit ba3600a

Browse files
authored
refactor(session): remove dead updatePartDelta facade (#21985)
1 parent 03ce2e5 commit ba3600a

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

packages/opencode/src/session/index.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -851,14 +851,4 @@ export namespace Session {
851851
return runPromise((svc) => svc.updatePart(part))
852852
}
853853

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-
)
864854
}

0 commit comments

Comments
 (0)