召回适用预设
recall_presetsAt task start, retrieve presets matching the current context and resolve their application. Returns terminal status (applied, skipped, pending confirmation, backlog) and relays any user notice verbatim.
Instructions
开始任务时调用,召回适用于当前上下文的预设并完成确认(服务器可能向用户弹系统确认框,等待返回即可)。返回终态:applied=已应用(照单执行)、skipped=不要应用、pending_confirmation=请在对话中逐条向用户确认(结果用 record_usage 回报)、backlog=待补确认(方便时向用户提及)、suggestions=单条转达的系统建议。返回的 user_notice 必须原样转述给用户。Recall and resolve applicable presets; relay user_notice verbatim.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | interactive=用户在场(默认);unattended=无人值守任务(不弹框,直接按各预设 unattended_policy 裁决) | |
| project | No | 当前项目名(目录/仓库名) | |
| task_type | No | 当前任务类型(自由文本,如 "开发"、"通讯");不明确则省略,明确后再补调 |