openai-agents-python/tests/voice
Rohan Mehta 3755ea8658
Create to_json_dict for ModelSettings (#582)
Now that `ModelSettings` has `Reasoning`, a non-primitive object,
`dataclasses.as_dict()` wont work. It will raise an error when you try
to serialize (e.g. for tracing). This ensures the object is actually
serializable.
2025-04-23 20:39:07 -04:00
..
__init__.py feat: add voice pipeline support 2025-03-20 09:43:13 -07:00
conftest.py Create to_json_dict for ModelSettings (#582) 2025-04-23 20:39:07 -04:00
fake_models.py update tests 2025-03-20 13:08:38 -04:00
helpers.py update tests 2025-03-20 13:08:38 -04:00
test_input.py update tests 2025-03-20 13:08:38 -04:00
test_openai_stt.py [2/n] Add MCP support to Runner 2025-03-24 15:08:02 -04:00
test_openai_tts.py update tests 2025-03-20 13:08:38 -04:00
test_pipeline.py update tests 2025-03-20 13:08:38 -04:00
test_workflow.py Enable non-strict output types (#539) 2025-04-21 11:58:36 -04:00