-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Comparing changes
Open a pull request
base repository: openai/openai-agents-python
base: main@{1day}
head repository: openai/openai-agents-python
compare: main
- 6 commits
- 6 files changed
- 5 contributors
Commits on May 30, 2025
-
Small fix for litellm model (#789)
Small fix: Removing `import litellm.types` as its outside the try except block for importing litellm so the import error message isn't displayed, and the line actually isn't needed. I was reproducing a GitHub issue and came across this in the process.
Configuration menu - View commit details
-
Copy full SHA for b699d9a - Browse repository at this point
Copy the full SHA b699d9aView commit details -
Fix typo in assertion message for handoff function (#780)
### Overview This PR fixes a typo in the assert statement within the `handoff` function in `handoffs.py`, changing `'on_input'` to `'on_handoff`' for accuracy and clarity. ### Changes - Corrected the word “on_input” to “on_handoff” in the docstring. ### Motivation Clear and correct documentation improves code readability and reduces confusion for users and contributors. ### Checklist - [x] I have reviewed the docstring after making the change. - [x] No functionality is affected. - [x] The change follows the repository’s contribution guidelines.
Configuration menu - View commit details
-
Copy full SHA for 16fb29c - Browse repository at this point
Copy the full SHA 16fb29cView commit details -
Fix typo: Replace 'two' with 'three' in /docs/mcp.md (#757)
The documentation in `docs/mcp.md` listed three server types (stdio, HTTP over SSE, Streamable HTTP) but incorrectly stated "two kinds of servers" in the heading. This PR fixes the numerical discrepancy. **Changes:** - Modified from "two kinds of servers" to "three kinds of servers". - File: `docs/mcp.md` (line 11).
Configuration menu - View commit details
-
Copy full SHA for 0a28d71 - Browse repository at this point
Copy the full SHA 0a28d71View commit details -
Update input_guardrails.py (#774)
Changed the function comment as input_guardrails only deals with input messages
Configuration menu - View commit details
-
Copy full SHA for ad80f78 - Browse repository at this point
Copy the full SHA ad80f78View commit details -
docs: fix typo in docstring for is_strict_json_schema method (#775)
### Overview This PR fixes a small typo in the docstring of the `is_strict_json_schema` abstract method of the `AgentOutputSchemaBase` class in `agent_output.py`. ### Changes - Corrected the word “valis” to “valid” in the docstring. ### Motivation Clear and correct documentation improves code readability and reduces confusion for users and contributors. ### Checklist - [x] I have reviewed the docstring after making the change. - [x] No functionality is affected. - [x] The change follows the repository’s contribution guidelines.
Configuration menu - View commit details
-
Copy full SHA for 6438350 - Browse repository at this point
Copy the full SHA 6438350View commit details -
Add comment to handoff_occured misspelling (#792)
People keep trying to fix this, but its a breaking change.
Configuration menu - View commit details
-
Copy full SHA for cfe9099 - Browse repository at this point
Copy the full SHA cfe9099View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main@{1day}...main