-
Notifications
You must be signed in to change notification settings - Fork 850
feat: add plan_update chunk for chat streaming #1821
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
base: zimeg-feat-ai-apps-chunks-streamer
Are you sure you want to change the base?
feat: add plan_update chunk for chat streaming #1821
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## zimeg-feat-ai-apps-chunks-streamer #1821 +/- ##
======================================================================
- Coverage 83.93% 83.93% -0.01%
======================================================================
Files 116 116
Lines 13192 13203 +11
======================================================================
+ Hits 11073 11082 +9
- Misses 2119 2121 +2 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🌟
| super().__init__(type=self.type) | ||
| show_unknown_key_warning(self, others) | ||
|
|
||
| self.title = title |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks for getting clarification on what this chunk should look like 😸
Summary
This PR adds the
plan_updatechunk for updating the plan block title in chat streams.Testing
The following shows the plan block title updating after each few seconds:
Category
/docs(Documents)tests/integration_tests(Automated tests for this library)Requirements
python3 -m venv .venv && source .venv/bin/activate && ./scripts/run_validation.shafter making the changes.