Skip to content

fix: make --events-stream-to work with chat #400

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
May 30, 2024

Conversation

thedadams
Copy link
Contributor

When chatting, the file passed to --events-stream-to is closed and the events for chat messages aren't appended. This change will reopen the file when necessary and continue streaming events to the file.

When chatting, the file passed to --events-stream-to is closed and the
events for chat messages aren't appended. This change will reopen the
file when necessary and continue streaming events to the file.

Signed-off-by: Donnie Adams <[email protected]>
@thedadams thedadams merged commit 29f5765 into gptscript-ai:main May 30, 2024
1 check passed
@thedadams thedadams deleted the events-stream-to-with-chat branch May 30, 2024 17:17
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.

3 participants