Skip to content
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

Fix bug in streaming associated with additive chunks #158

Merged
merged 4 commits into from
Nov 3, 2023

Conversation

eyurtsev
Copy link
Collaborator

@eyurtsev eyurtsev commented Nov 2, 2023

  • Fix issue in stream/astream endpoint associated with addable types

  • Have not been able to figure how to run sync unit tests yet with pytest:

@cla-bot cla-bot bot added the cla-signed label Nov 2, 2023
@eyurtsev
Copy link
Collaborator Author

eyurtsev commented Nov 2, 2023

fix for #154

@eyurtsev eyurtsev self-assigned this Nov 2, 2023
@eyurtsev eyurtsev requested a review from jakerachleff November 2, 2023 21:53
Copy link
Contributor

@jakerachleff jakerachleff left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

approved but let's add some comments in to make the change more clear

else:
try:
final_output = final_output + chunk
except TypeError:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why do we need this? Can we add a comment?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

added comments, let me know if unclear i can add another PR afterwards with clarifications

@eyurtsev eyurtsev merged commit ce17cc4 into main Nov 3, 2023
6 checks passed
@eyurtsev eyurtsev deleted the eugene/fix_client_error branch November 3, 2023 01:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants