latestOpenAPI 3.1.02026-08-19270462702.4 KB
b92f75fd3b61
inference-history
Submit Inference Feedback
Submit human feedback on a specific inference.
Marks an inference as correct or incorrect. When marking as incorrect, the expected output must be provided for downstream training data curation.
Args: inference_id: The inference record UUID to annotate. request: Feedback payload with verdict, optional corrected output, and notes. auth: Authentication result with user_id.
Returns: InferenceFeedbackResponse confirming the stored feedback.
Raises: HTTPException: 404 if inference not found or outside the caller's team.
post/inferences/{inference_id}/feedback
Path parameters
inference_idstring required
Request body
Response
Successful Response