openai-agents-python/src/agents/extensions
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
..
models Create to_json_dict for ModelSettings (#582) 2025-04-23 20:39:07 -04:00
__init__.py Initial commit 2025-03-11 09:42:28 -07:00
handoff_filters.py Initial commit 2025-03-11 09:42:28 -07:00
handoff_prompt.py Initial commit 2025-03-11 09:42:28 -07:00
visualization.py Fix visualize graph filename to without extension. (#554) 2025-04-21 13:47:51 -04:00