adhoc_ack
Acknowledge messages that need no response to remove them from pending and teacher inbox, preserving them for later reading. Idempotent; defaults to the thread's latest message.
Instructions
消账 —— 学习者明说不必回、或你判断该消息无需回应时调用: 它从 pending (live_pending / GET /bridge/pending)、桥事件 (live_wait / GET /bridge/wait) 与 teacher inbox 里退场, 但消息本身仍保留, 可随时用 adhoc_thread_get 读回. 缺省 message_id 时消账到该 thread 当前最新一条. 幂等: 重复 ack 同一条不报错. 滥用即失职: 拿 ack 逃避该回的问题, 学习者看得见.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| thread_id | Yes | ||
| message_id | No | 可选。消账到这条消息 id (含). 缺省=消账到该 thread 当前最新一条消息. |