We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c6181b4 + 8f4715b commit ea70964Copy full SHA for ea70964
1 file changed
src/agent.test.ts
@@ -17,7 +17,7 @@ describe('agent evaluation', () => {
17
// We can use a different LLM to evaluate the agent's responses than the one used in the agent itself
18
// This allows you to use reasoning capabilities or larger models than would be practical for realtime chat
19
judgeLlm = new inference.LLM({ model: 'openai/gpt-5.2' });
20
- session = new voice.AgentSession();
+ session = new voice.AgentSession({});
21
await session.start({ agent: new Agent() });
22
});
23
0 commit comments