Skip to content

Commit 5b3a703

Browse files
committed
fix: correct typo in README regarding tool responses
1 parent 2c6d1b6 commit 5b3a703

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ When you call `Runner.run()`, we run a loop until we get a final output.
116116
2. The LLM returns a response, which may include tool calls.
117117
3. If the response has a final output (see below for the more on this), we return it and end the loop.
118118
4. If the response has a handoff, we set the agent to the new agent and go back to step 1.
119-
5. We process the tool calls (if any) and append the tool responses messsages. Then we go to step 1.
119+
5. We process the tool calls (if any) and append the tool responses messages. Then we go to step 1.
120120

121121
There is a `max_turns` parameter that you can use to limit the number of times the loop executes.
122122

0 commit comments

Comments
 (0)