Skip to content

Commit cd942d0

Browse files
authored
Merge pull request openai#13 from Jai0401/fix-typo-readme
fix: correct typo in README regarding tool responses
2 parents 9169601 + 47a6e27 commit cd942d0

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

117117
1. We call the LLM, using the model and settings on the agent, and the message history.
118118
2. The LLM returns a response, which may include tool calls.
119-
3. If the response has a final output (see below for the more on this), we return it and end the loop.
119+
3. If the response has a final output (see below for more on this), we return it and end the loop.
120120
4. If the response has a handoff, we set the agent to the new agent and go back to step 1.
121121
5. We process the tool calls (if any) and append the tool responses messages. Then we go to step 1.
122122

0 commit comments

Comments
 (0)