diff --git a/llama_stack/apis/eval/eval.py b/llama_stack/apis/eval/eval.py index 8bba8c4d4..9bcb118cc 100644 --- a/llama_stack/apis/eval/eval.py +++ b/llama_stack/apis/eval/eval.py @@ -135,9 +135,7 @@ class Eval(Protocol): """ ... - @webmethod( - route="/eval/benchmarks/{benchmark_id}/jobs/{job_id}/result", method="GET" - ) + @webmethod(route="/eval/benchmarks/{benchmark_id}/jobs/{job_id}/result", method="GET") async def job_result(self, benchmark_id: str, job_id: str) -> EvaluateResponse: """Get the result of a job.