Skip to content

Removed lines to avoid duplicate output in REPL utility #928

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
Jun 24, 2025

Conversation

DanieleMorotti
Copy link
Contributor

In the REPL utility, the final output was printed after the streaming, causing a duplication issue.

I only removed the lines within the stream mode that printed the final output. It should not affect any other use case of the utility.

It solves a comment done in #784 .

@rm-openai rm-openai merged commit 0f21c8a into openai:main Jun 24, 2025
5 checks passed
niv-hertz pushed a commit to coralogix/openai-agents-python that referenced this pull request Jun 24, 2025
In the REPL utility, the final output was printed after the streaming,
causing a duplication issue.

I only removed the lines within the stream mode that printed the final
output. It should not affect any other use case of the utility.

It solves a comment done in openai#784 .
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