chat_start_stream
Start a real-time AI assistant message stream in a Slack channel or thread. Requires channel ID and thread timestamp.
Instructions
Start an AI assistant streaming message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel | Yes | ID of the channel to start the stream in (e.g. ``C0123``). | |
| thread_ts | Yes | Timestamp of the parent thread to attach the stream to (e.g. ``1700000000.000100``). | |
| markdown_text | No | Initial markdown-formatted text for the stream (max 12,000 characters). | |
| recipient_team_id | No | Team the receiving user belongs to (e.g. ``T0123``). | |
| recipient_user_id | No | User to receive the streaming text; required when streaming to a channel (e.g. ``U0123``). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||