Skip to content

Commit

Permalink
Update agenta-backend/agenta_backend/routers/human_evaluation_router.py
Browse files Browse the repository at this point in the history
  • Loading branch information
aybruhm authored Jan 3, 2024
1 parent 2c902fd commit 1e8ecd5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ async def get_evaluation_scenario_score_router(


@router.put("/evaluation_scenario/{evaluation_scenario_id}/score/")
async def update_evaluation_scenario_score_service_router(
async def update_evaluation_scenario_score_router(
evaluation_scenario_id: str,
payload: EvaluationScenarioScoreUpdate,
request: Request,
Expand Down

0 comments on commit 1e8ecd5

Please sign in to comment.