We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e99af16 commit 71399e7Copy full SHA for 71399e7
examples/docs/voice-agents/delegationAgent.ts
@@ -27,4 +27,5 @@ const agent = new RealtimeAgent({
27
name: 'Customer Support',
28
instructions:
29
'You are a customer support agent. If you receive any requests for refunds, you need to delegate to your supervisor.',
30
+ tools: [refundSupervisor],
31
});
0 commit comments