set_watch_output
Set a file path to automatically write output after each prompt completion, enabling sessions to read task replies.
Instructions
设置监听结果文件路径。设置后每次 prompt.completed 时自动写入结果到该文件,统筹 session 读取即可获取任务回复。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | 状态文件的绝对路径,如 /c/Users/admin/watch-status.json |