diff --git a/backend/oasst_backend/api/v1/tasks.py b/backend/oasst_backend/api/v1/tasks.py index a271d5f0..570834ad 100644 --- a/backend/oasst_backend/api/v1/tasks.py +++ b/backend/oasst_backend/api/v1/tasks.py @@ -204,7 +204,7 @@ def tasks_acknowledge_failure( raise OasstError("Failed to not acknowledge task.", OasstErrorCode.TASK_NACK_FAILED) -@router.post("/interaction") +@router.post("/interaction", response_model=protocol_schema.TaskDone) def tasks_interaction( *, db: Session = Depends(deps.get_db),