memory_wm_write
Save the current task state to working memory by replacing all fields—goal, notes, todos, decisions, variables—with the provided values. Pass every field you want to keep, since omitted fields are cleared.
Instructions
写入工作记忆(当前任务状态)。注意是全量替换而非合并:未传的字段会被置空,只想改一个字段也要把其余字段原样带上。所有文本过脱敏;不过评价门——待办事项天然是祈使句,属于正常内容。todos 可传 [{content, status}, ...](status 为 pending/done)或纯字符串列表(按 pending)。turn_watermark 传当前对话轮次;未传保留旧值
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| goal | No | ||
| notes | No | ||
| scope | Yes | ||
| todos | No | ||
| decisions | No | ||
| variables | No | ||
| turn_watermark | No |