From 68159aa99e546b954183f6ce67a72ad4d250f927 Mon Sep 17 00:00:00 2001 From: Mahmoud Mabrouk Date: Mon, 4 Dec 2023 22:32:31 +0100 Subject: [PATCH] fix openapi --- agenta-backend/agenta_backend/routers/evaluation_router.py | 1 + 1 file changed, 1 insertion(+) diff --git a/agenta-backend/agenta_backend/routers/evaluation_router.py b/agenta-backend/agenta_backend/routers/evaluation_router.py index 408d3ba4bd..8d445da4ab 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,