lark_chat_progress
Report code modification progress step by step: open streaming card on first step, append each update, and close card when done.
Instructions
改代码时逐步汇报进度:首步 open 流式卡,后续 step 自动 append,done=true 关闭。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| step | No | 本步进度(增量行,累积显示) | |
| done | No | true=结束 progress 并 close 卡片 | |
| stream_id | No | 沿用 watch 返回的 stream_id,避免重复开卡 | |
| reply_to | No | 无 stream_id 时首步可选,回复指定 message_id | |
| footer | No | 底部状态,如「编码中」 | |
| reset | No | true=先关闭旧 progress 再开新的 |