openai-agents-python/src/agents/extensions
Yuya Haruna 0a3dfa071a
Fix visualize graph filename to without extension. (#554)
Only the file name is needed since graphviz's `render()` automatically
adds the file extension.
Also, unnecessary .gv (.dot) files are output, so the `cleanup=True`
option has been modified to prevent them from being saved.

Here is a similar modification, but in a different content.
- https://github.com/openai/openai-agents-python/pull/451
2025-04-21 13:47:51 -04:00
..
models Enable non-strict output types (#539) 2025-04-21 11:58:36 -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