Uh oh!
There was an error while loading. Please reload this page.
feat: accept assistant.threads.setStatus method arguments from the assistant class - #1371
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@## ai-apps #1371 +/- ##
==========================================
Coverage ? 91.00% ==========================================
Files ? 222 Lines ? 7514 Branches ? 0 ==========================================
Hits ? 6838 Misses ? 676 Partials ? 0 ☔ View full report in Codecov by Sentry. |
| thread_ts=self.thread_ts, | ||
| status=status, | ||
| loading_messages=loading_messages, | ||
| **kwargs, |
There was a problem hiding this comment.
priaise: The **kwargs is a nice touch to add some future proofing for additional arguments. 🆗
zimeg
commented
Sep 24, 2025
@mwbrooks I was hoping to've found tests sooner! Thank you for reviewing this so fast though 🎁 ✨ Let's mark this as a draft for now, but I will aim for soon follow up. |
mwbrooks
left a comment
There was a problem hiding this comment.
✅ Beauty!
🧪 I've tested it with the sample app branch and things look good!
📚 Thanks for generating the docs! 🙇🏻
zimeg
commented
Sep 29, 2025
@mwbrooks Thank you! Let's merge this for upcoming releases in more testing and similar 🚢 💨 |
Uh oh!
There was an error while loading. Please reload this page.
Summary
This PR accepts
assistant.thread.setStatusmethod arguments from theAssistantclass to support additional arguments.Preview
The following is now supported when using the
Assistantclass:Testing
Use the changes of this PR and this sample app: slack-samples/bolt-python-assistant-template#12 🏁
Notes
Hoping to align a similar implementation for
bolt-jstoo: slackapi/bolt-js#2660 👾Category
slack_bolt.Appand/or its core componentsslack_bolt.async_app.AsyncAppand/or its core componentsRequirements
Please read the Contributing guidelines and Code of Conduct before creating this issue or pull request. By submitting, you are agreeing to those rules.
./scripts/install_all_and_run_tests.shafter making the changes.