Skip to content

Commit ea70964

Browse files
committed
Merge remote-tracking branch 'origin/claude/cleaner-model-sharing-node-tYly8' into claude/cleaner-model-sharing-node-tYly8
2 parents c6181b4 + 8f4715b commit ea70964

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/agent.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ describe('agent evaluation', () => {
1717
// We can use a different LLM to evaluate the agent's responses than the one used in the agent itself
1818
// This allows you to use reasoning capabilities or larger models than would be practical for realtime chat
1919
judgeLlm = new inference.LLM({ model: 'openai/gpt-5.2' });
20-
session = new voice.AgentSession();
20+
session = new voice.AgentSession({});
2121
await session.start({ agent: new Agent() });
2222
});
2323

0 commit comments

Comments
 (0)