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.
- https://github.com/openai/openai-agents-js/blob/main/examples/basic/retry.ts
- https://github.com/openai/openai-agents-js/blob/main/examples/ai-sdk/retry.ts
What's Changed
Documentation & Other Changes
- docs: clarify tool search support and namespace guidance by @seratch in #1072
- docs: computer tool updates by @seratch in #1074
- docs: update translated document pages by @github-actions[bot] in #1081
- chore: update versions by @github-actions[bot] in #1086
Full Changelog: v0.6.0...v0.7.0