openai-agents-python/src/agents/models
Rohan Mehta 2bcc864b81
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.
2025-04-07 19:13:08 -04:00
..
__init__.py Initial commit 2025-03-11 09:42:28 -07:00
_openai_shared.py Initial commit 2025-03-11 09:42:28 -07:00
fake_id.py Initial commit 2025-03-11 09:42:28 -07:00
interface.py Initial commit 2025-03-11 09:42:28 -07:00
openai_chatcompletions.py Don't send the "store" param unless its hitting OpenAI (#455) 2025-04-07 19:13:08 -04:00
openai_provider.py feat: add voice pipeline support 2025-03-20 09:43:13 -07:00
openai_responses.py Add reasoning parameter to ModelSettings (#388) 2025-04-03 19:35:59 -04:00