Skip to content

Commit aa39422

Browse files
committed
Update readme
1 parent 59826a3 commit aa39422

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

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

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

0 commit comments

Comments
 (0)