Skip to content
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: v0.0.8
Choose a base ref
...
head repository: openai/openai-agents-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.0.9
Choose a head ref
  • 4 commits
  • 7 files changed
  • 2 contributors

Commits on Apr 4, 2025

  1. Configuration menu
    Copy the full SHA
    064e25b View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2025

  1. Ensure MCP works when inputSchema.properties is missing (#454)

    Resolves #449 - TLDR, [OpenAI's
    API](https://platform.openai.com/docs/api-reference/responses/create)
    expects the properties field to be present, whereas the MCP schema
    explicitly allows omitting the properties field. [MCP
    Spec](https://github.com/modelcontextprotocol/specification/blob/main/schema/2025-03-26/schema.json)
    rm-openai authored Apr 7, 2025
    Configuration menu
    Copy the full SHA
    50bbfdd View commit details
    Browse the repository at this point in the history
  2. Don't send the "store" param unless its hitting OpenAI (#455)

    Summary: See #443. Causes issues with Gemini.
    
    Test Plan: Tests. Also tested with Gemini to ensure it works.
    rm-openai authored Apr 7, 2025
    Configuration menu
    Copy the full SHA
    2bcc864 View commit details
    Browse the repository at this point in the history
  3. v0.0.9 (#456)

    bump version.
    rm-openai authored Apr 7, 2025
    Configuration menu
    Copy the full SHA
    9d3d6a5 View commit details
    Browse the repository at this point in the history
Loading