lark_chat_watch
Blocking wait for new Feishu group messages. Use chat_id to bind, clear pending queue on request, and poll up to 30 seconds per call.
Instructions
阻塞等待飞书用户新消息(单群)。 先 session(create/find) 拿 chat_id,或 watch(chat_id=oc_xxx) 绑定。 收到后自动开流式卡,timeout 时立即再 watch(单次最长 30s poll)。 探活:clear=true, timeout_ms=1000,响应额外含 guide。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timeout_ms | No | 期望总等待毫秒,单次调用最长 30s | |
| clear | No | 等待前清空待处理队列 | |
| chat_id | No | 目标群 oc_xxx;create/find 后可省略 |