chat_append_stream
Append markdown text chunks to an existing AI assistant message in a Slack channel. Use this to continue a streaming response.
Instructions
Append text to an AI assistant streaming message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ts | Yes | Timestamp of the streaming message to append to (e.g. ``1700000000.000100``). | |
| channel | Yes | ID of the channel containing the stream (e.g. ``C0123``). | |
| markdown_text | Yes | Markdown-formatted text chunk to append (max 12,000 characters). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||