-
Couldn't load subscription status.
- Fork 2.8k
Closed
Labels
Description
OpenAI’s latest Python client (>=1.99.3) introduces the “minimal” reasoning-effort setting, but openai-agents didn’t expose it.
- Add
Reasoning(effort="minimal")to model settings and request serialization. - Update converters/LiteLLM integration to propagate the new reasoning option.
- Include tests confirming the parameter is accepted and forwarded to the API.
conpaine109, RobinBially, Lin-Rexter, fitzjalen, levulinh and 2 more