ingest_execute
Commit user-approved ingest actions from a plan by passing an approvals map of action IDs; omitted IDs are approved. Receive per-action results and a summary of created or updated content.
Instructions
Conversational ingest, step 2 of 2. Commits the user-approved subset of a plan returned by ingest_plan. approvals is a map of action id → boolean; omitted ids default to approved (true). Returns the per-action results plus a summary of what got created / updated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| planId | Yes | Plan id returned by ingest_plan. | |
| approvals | No | Map of action id → boolean. False rejects that action; omitted ids are approved. |