This commit is contained in:
Xi Yan 2025-03-18 18:01:40 -07:00
parent a69759613a
commit e860c536da
3 changed files with 8 additions and 22 deletions

View file

@ -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.