chore(core): format session runner test
This commit is contained in:
parent
860604ec4c
commit
417c88fc40
1 changed files with 2 additions and 1 deletions
|
|
@ -2811,7 +2811,8 @@ describe("SessionRunnerLLM", () => {
|
|||
description: "Ask the user",
|
||||
input: Schema.Struct({}),
|
||||
output: Schema.Struct({}),
|
||||
execute: (_, context) => questions.ask({ sessionID: context.sessionID, questions: [] }).pipe(Effect.as({}), Effect.orDie),
|
||||
execute: (_, context) =>
|
||||
questions.ask({ sessionID: context.sessionID, questions: [] }).pipe(Effect.as({}), Effect.orDie),
|
||||
}),
|
||||
})
|
||||
yield* session.prompt({ sessionID, prompt: Prompt.make({ text: "Ask then stop" }), resume: false })
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue