refactor(schema): extract shared public schemas (#33571)
This commit is contained in:
@@ -154,7 +154,7 @@ describe("SessionRunnerLLM recorded", () => {
|
||||
const session = yield* SessionV2.Service
|
||||
const prompt = yield* session.prompt({
|
||||
sessionID,
|
||||
prompt: new Prompt({ text: "Say hello in one short sentence." }),
|
||||
prompt: Prompt.make({ text: "Say hello in one short sentence." }),
|
||||
resume: false,
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user