Key Changes
Opt-in retry settings
New opt-in settings for retries of model API calls is available in this version. The new configuration is available as part of ModelSettings and it can be passed either as run config or model settings per an agent.
Refer to the following code examples for details:
- https://github.com/openai/openai-agents-python/blob/main/examples/basic/retry.py
- https://github.com/openai/openai-agents-python/blob/main/examples/basic/retry_litellm.py
What's Changed
Documentation & Other Changes
- Release 0.12.0 by @github-actions[bot] in #2653
Full Changelog: v0.11.1...v0.12.0