forked from phoenix-oss/llama-stack-mirror
fix: openapi for eval-task (#1085)
# What does this PR do? - as title ## Test Plan - the deprecated endpoint need to obey what it was before [//]: # (## Documentation)
This commit is contained in:
parent
2a8e199e10
commit
da53dc3f5f
3 changed files with 5 additions and 5 deletions
|
@ -68,7 +68,7 @@ class Benchmarks(Protocol):
|
|||
@webmethod(route="/eval-tasks", method="GET")
|
||||
async def DEPRECATED_list_eval_tasks(self) -> ListBenchmarksResponse: ...
|
||||
|
||||
@webmethod(route="/eval-tasks/{task_id}", method="GET")
|
||||
@webmethod(route="/eval-tasks/{eval_task_id}", method="GET")
|
||||
async def DEPRECATED_get_eval_task(
|
||||
self,
|
||||
eval_task_id: str,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue