lark_chat_stream
Manage streaming Feishu cards: open a card, append incremental content updates, and close when done. Deliver real-time AI agent responses to Feishu groups.
Instructions
飞书 CardKit 流式卡片:append 累积更新 → close 终态。watch 已开卡时用返回的 stream_id。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | open=开流式卡;append=更新全文;close=结束流式 | |
| text | No | 累积全文(append/close 必填) | |
| stream_id | No | open 返回的 stream_id(append/close 必填) | |
| reply_to | No | open 时可选,回复指定 message_id | |
| footer | No | 底部状态,如「思考中」「输出中」 |