-
Notifications
You must be signed in to change notification settings - Fork 853
feat: add thinking steps support as chunks to chat stream with plan and task blocks #1824
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: main
Are you sure you want to change the base?
Conversation
Co-authored-by: Michael Brooks <mbrooks@slack-corp.com>
Co-authored-by: Michael Brooks <mbrooks@slack-corp.com>
…lan block and update chat stream variable (#1822)
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1824 +/- ##
==========================================
+ Coverage 83.91% 83.96% +0.05%
==========================================
Files 115 116 +1
Lines 13080 13221 +141
==========================================
+ Hits 10976 11101 +125
- Misses 2104 2120 +16 ☔ View full report in Codecov by Sentry. |
srtaalej
left a comment
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.
great PR description! thanks for these changes 🦋 💟
Summary
This PR adds support for thinking steps using
chunkswith chat stream or as blocks for other messages. This includes:task_updatechunk in feat: accept chunks as arguments to chat.{start,append,stop}Stream methods #1806 and feat: support and flush chunks in the chat stream helper #1809markdown_textchunk in feat: accept chunks as arguments to chat.{start,append,stop}Stream methods #1806 and feat: support and flush chunks in the chat stream helper #1809plan_updatechunk in feat: add plan_update chunk for chat streaming #1821taskblock in feat: add task_card and plan blocks #1819planblock in feat: add task_card and plan blocks #1819Testing
👾 Check out this sample: slack-samples/bolt-python-assistant-template#43
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.