fix: restore status idle set in processor error handler to fix unit tests
This commit is contained in:
parent
4cfe8a8bf8
commit
b0190116a7
1 changed files with 1 additions and 0 deletions
|
|
@ -533,6 +533,7 @@ export const layer: Layer.Layer<
|
|||
sessionID: ctx.assistantMessage.sessionID,
|
||||
error: ctx.assistantMessage.error,
|
||||
})
|
||||
yield* status.set(ctx.sessionID, { type: "idle" })
|
||||
})
|
||||
|
||||
const process = Effect.fn("SessionProcessor.process")(function* (streamInput: LLM.StreamInput) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue