Skip to content

Fix visualize graph filename to without extension. #554

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 21, 2025

Conversation

yuya-haruna
Copy link
Contributor

@yuya-haruna yuya-haruna commented Apr 20, 2025

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.

@rm-openai rm-openai merged commit 0a3dfa0 into openai:main Apr 21, 2025
5 checks passed
hankun11 pushed a commit to hankun11/openai-agents-python that referenced this pull request Apr 23, 2025
* upstream/main:
  Examples: Fix financial_research_agent instructions (openai#573)
  Adding extra_headers parameters to ModelSettings (openai#550)
  v0.0.12 (openai#564)
  Pass through organization/project headers to tracing backend, fix speech_group enum (openai#562)
  Docs and tests for litellm (openai#561)
  RFC: automatically use litellm if possible (openai#534)
  Fix visualize graph filename to without extension. (openai#554)
  Start and finish streaming trace in impl metod (openai#540)
  Enable non-strict output types (openai#539)
  Examples for image inputs (openai#553)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants