Send Supervisory Feedback to Same OMP Session
omp_continueResume an incomplete OMP session with supervisory feedback to fix specific defects, without restarting the task. Uses remaining attempts within limits.
Instructions
Resume the same OMP session with targeted supervisory feedback to correct specific acceptance defects without starting a fresh task from scratch. Bounded to remaining attempts within max_attempts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | ||
| feedback | Yes | Specific defect, evidence, intended correction, and success check | |
| timeout_minutes | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | ||
| job_id | Yes | ||
| status | Yes | ||
| attempt | Yes | ||
| summary | No | ||
| artifacts | Yes | ||
| remaining | Yes | ||
| session_id | No | ||
| details_path | No | ||
| max_attempts | Yes | ||
| verification | Yes |