Thanks to visit codestin.com
Credit goes to github.com

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: fermumen/openai-agents-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
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: main
Choose a head ref
  • 5 commits
  • 25 files changed
  • 2 contributors

Commits on Jun 10, 2025

  1. Allow arbitrary kwargs in model (openai#842)

    Sometimes users want to provide parameters specific to a model provider.
    This is an escape hatch.
    rm-openai authored Jun 10, 2025
    Configuration menu
    Copy the full SHA
    0eee6b8 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2025

  1. Fix function_schema name override bug (openai#872)

    ## Summary
    - ensure `name_override` is always used in `function_schema`
    - test name override when docstring info is disabled
    
    ## Testing
    - `make format`
    - `make lint`
    - `make mypy`
    - `make tests`
    
    Resolves openai#860
    ------
    https://chatgpt.com/codex/tasks/task_i_684f1cf885b08321b4dd3f4294e24ca2
    rm-openai authored Jun 16, 2025
    Configuration menu
    Copy the full SHA
    6d2806f View commit details
    Browse the repository at this point in the history
  2. adopted float instead of timedelta for timeout parameters (openai#874)

    I replaced the `timedelta` parameters for MCP timeouts with `float`
    values, addressing issue openai#845 .
    
    Given that the MCP official repository has incorporated these changes in
    [this PR](modelcontextprotocol/python-sdk#941),
    updating the MCP version in openai-agents and specifying the timeouts as
    floats should be enough.
    DanieleMorotti authored Jun 16, 2025
    Configuration menu
    Copy the full SHA
    281a7b2 View commit details
    Browse the repository at this point in the history
  3. Prompts support (openai#876)

    Add support for the new openai prompts feature.
    rm-openai authored Jun 16, 2025
    Configuration menu
    Copy the full SHA
    2b9b8f7 View commit details
    Browse the repository at this point in the history
  4. v0.0.18 (openai#878)

    rm-openai authored Jun 16, 2025
    Configuration menu
    Copy the full SHA
    901d2ac View commit details
    Browse the repository at this point in the history
Loading