approve_step
Approve a specific step in a progressive injection plan by providing the plan JSON string and the step index.
Instructions
批准渐进式注入的某个步骤。接收 progressive_inject 返回的 plan_json 和 step_index。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| plan_json | Yes | progressive_inject 返回的完整 plan JSON 字符串 | |
| step_index | Yes | 要批准的步骤索引(从0开始) |