openai-agents-python/tests/model_settings
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
..
test_serialization.py Create to_json_dict for ModelSettings (#582) 2025-04-23 20:39:07 -04:00