openai-agents-python/src/agents/models
Daniele Morotti e04d87cb1f
Add extra request parameters extra_query and extra_body (#500)
Added the possibility to pass `extra_query` and `extra_body` parameters
when sending a request.
In this implementation I added the attributes to `ModelSettings` as
suggested by @rm-openai in #487 .

I'll be happy to add some tests if you have any suggestions.
2025-04-14 10:37:00 -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 Add extra request parameters extra_query and extra_body (#500) 2025-04-14 10:37:00 -04:00
openai_provider.py feat: add voice pipeline support 2025-03-20 09:43:13 -07:00
openai_responses.py Add extra request parameters extra_query and extra_body (#500) 2025-04-14 10:37:00 -04:00