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 59826a3 commit aa39422Copy full SHA for aa39422
README.md
@@ -162,7 +162,8 @@ const getWeatherTool = tool({
162
163
const agent = new RealtimeAgent({
164
name: 'Data agent',
165
- instructions: 'You are a data agent. When you are asked to check weather, you must use the available tools.',
+ instructions:
166
+ 'You are a data agent. When you are asked to check weather, you must use the available tools.',
167
tools: [getWeatherTool],
168
});
169
0 commit comments