Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9b118a1

Browse files
committedMar 12, 2025
Merge branch 'main' into hironow/chore-doc-type
# Conflicts: # tests/docs/config.md # tests/docs/guardrails.md # tests/docs/tracing.md
2 parents c827ecb + b6c9572 commit 9b118a1

File tree

164 files changed

+48
-13342
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

164 files changed

+48
-13342
lines changed
 

‎.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
# Byte-compiled / optimized / DLL files
55
__pycache__/
6+
**/__pycache__/
67
*.py[cod]
78
*$py.class
89

‎README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ When you call `Runner.run()`, we run a loop until we get a final output.
118118
2. The LLM returns a response, which may include tool calls.
119119
3. If the response has a final output (see below for the 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.
121-
5. We process the tool calls (if any) and append the tool responses messsages. Then we go to step 1.
121+
5. We process the tool calls (if any) and append the tool responses messages. Then we go to step 1.
122122

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

0 commit comments

Comments
 (0)
Please sign in to comment.