orchestration_feedback
Store correction feedback for an orchestration run, update memory, and return constraints to guide the next run.
Instructions
Store correction for an orchestration run and update orchestration memory. Returns constraints for orchestration_rerun.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | No | Repository name | |
| run_id | Yes | Run id to correct | |
| message | Yes | What was wrong or what to focus on | |
| avoid_entities | No | Comma-separated areas to avoid | |
| correction_type | No | wrong_scope | wrong_symbol | missing_tests | other (default wrong_scope) | |
| preferred_entities | No | Comma-separated entities to prioritize next time |