Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: openai/openai-agents-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main@{1day}
Choose a base ref
Loading
...
head repository: openai/openai-agents-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Loading
  • 6 commits
  • 6 files changed
  • 5 contributors

Commits on May 30, 2025

  1. 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.
    robtinn authored May 30, 2025
    Configuration menu
    Copy the full SHA
    b699d9a View commit details
    Browse the repository at this point in the history
  2. 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.
    Rehan-Ul-Haq authored May 30, 2025
    Configuration menu
    Copy the full SHA
    16fb29c View commit details
    Browse the repository at this point in the history
  3. 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).
    luochang212 authored May 30, 2025
    Configuration menu
    Copy the full SHA
    0a28d71 View commit details
    Browse the repository at this point in the history
  4. Update input_guardrails.py (#774)

    Changed the function comment as input_guardrails only deals with input
    messages
    venkatnaveen7 authored May 30, 2025
    Configuration menu
    Copy the full SHA
    ad80f78 View commit details
    Browse the repository at this point in the history
  5. 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.
    Rehan-Ul-Haq authored May 30, 2025
    Configuration menu
    Copy the full SHA
    6438350 View commit details
    Browse the repository at this point in the history
  6. Add comment to handoff_occured misspelling (#792)

    People keep trying to fix this, but its a breaking change.
    rm-openai authored May 30, 2025
    Configuration menu
    Copy the full SHA
    cfe9099 View commit details
    Browse the repository at this point in the history
Loading
Morty Proxy This is a proxified and sanitized view of the page, visit original site.