Skip to content

Commit 49fc88c

Browse files
authored
Tweak examples on README (ref: #484)
1 parent b09b0d3 commit 49fc88c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ const getWeatherTool = tool({
162162

163163
const agent = new RealtimeAgent({
164164
name: 'Data agent',
165-
instructions: 'You are a data agent',
165+
instructions: 'You are a data agent. When you are asked to check weather, you must use the available tools.',
166166
tools: [getWeatherTool],
167167
});
168168

0 commit comments

Comments
 (0)