chat_append_stream
Append text chunks to an ongoing AI assistant streaming message within a Slack channel thread.
Instructions
Append text to an AI assistant streaming message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel | Yes | ID of the channel containing the stream (e.g. ``C0123``). | |
| thread_ts | Yes | Timestamp of the parent thread that owns the stream (e.g. ``1700000000.000100``). | |
| text | Yes | Text chunk to append to the streaming message. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||