diff --git a/agenta-backend/agenta_backend/routers/evaluation_router.py b/agenta-backend/agenta_backend/routers/evaluation_router.py index 96ced112cc..edd223ba2b 100644 --- a/agenta-backend/agenta_backend/routers/evaluation_router.py +++ b/agenta-backend/agenta_backend/routers/evaluation_router.py @@ -174,6 +174,7 @@ async def create_evaluation_scenario( "/{evaluation_id}/evaluation_scenario/{evaluation_scenario_id}/{evaluation_type}/" ) async def update_evaluation_scenario_router( + evaluation_id: str, evaluation_scenario_id: str, evaluation_type: EvaluationType, evaluation_scenario: EvaluationScenarioUpdate,