| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## main #1945 +/- ##
=======================================
Coverage 84.06% 84.06%
=======================================
Files 118 118
Lines 13506 13506
=======================================
Hits 11354 11354
Misses 2152 2152 ☔ View full report in Codecov by Harness. |
Sorry, something went wrong.
Adds the optional session_status argument to chat.stopStream (sync, async, legacy), which sets the agent session's lifecycle status after stopping the stream (defaults to active). Co-Authored-By: Claude <svc-devxp-claude@slack-corp.com>
Forward the session_status arg added to chat.stopStream through the sync and async chat_stream stop() convenience helpers, with docstring entries and forwarding assertions in the helper tests. Co-Authored-By: Claude <svc-devxp-claude@slack-corp.com>
…helpers Match the wording java (#1634) and node (#2708) carry for the arg: "The session status to set after stopping the stream." Co-Authored-By: Claude <svc-devxp-claude@slack-corp.com>
|
🐍 Let's get this merged after CI tests complete! We can include it for next release. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Adds the optional session_status argument to chat.stopStream across the sync, async, and legacy web clients. When stopping a stream, an app can set the agent session's lifecycle status in the same call. Async + legacy generated via scripts/codegen.py.
Companion to the agent sessions work (agents.sessions.* methods #1942). Draft — intended to land in the same release window, timed at/after the argument is published in the public method reference.