Use this endpoint to submit corrected outputs for a WorkflowRun for future processor evaluation and tuning in Extend.
If you are using our Human-in-the-loop workflow review, then we already will be collecting your operator submitted corrections. However, if you are receiving data via the API without human review, there could be incorrect outputs that you would like to correct for future usage in evaluation and tuning within the Extend platform. This endpoint allows you to submit corrected outputs for a WorkflowRun, by providing the correct output for a given output ID. The output ID, would be found in a given entry within theDocumentation Index
Fetch the complete documentation index at: https://docs.extend.app/llms.txt
Use this file to discover all available pages before exploring further.
outputs arrays of a WorkflowRun payload.
The ID would look something like dpr_gwkZZNRrPgkjcq0y-***.
When using this endpoint, you will need to provide both the run id and the output id as parameters, and the corrected reviewedOutput as the body of the request. See below for more details.