chore: generate

This commit is contained in:
opencode-agent[bot]
2026-04-17 19:30:28 +00:00
parent f83cecaaf6
commit 9b0659d4f9
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -649,10 +649,10 @@ export const layer: Layer.Layer<Service, never, Bus.Service | Storage.Service> =
return input.partID
})
const updatePartDelta = Effect.fnUntraced(function* (input: {
sessionID: SessionID
messageID: MessageID
partID: PartID
const updatePartDelta = Effect.fnUntraced(function* (input: {
sessionID: SessionID
messageID: MessageID
partID: PartID
field: string
delta: string
}) {