mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-16 14:57:20 +00:00
address comments
This commit is contained in:
parent
ba0186f2c8
commit
d4887fc746
4 changed files with 8 additions and 8 deletions
|
@ -61,7 +61,7 @@ class Eval(Protocol):
|
|||
) -> EvaluateResponse: ...
|
||||
|
||||
@webmethod(route="/eval/job/status", method="GET")
|
||||
async def job_status(self, job_id: str) -> JobStatus: ...
|
||||
async def job_status(self, job_id: str) -> Optional[JobStatus]: ...
|
||||
|
||||
@webmethod(route="/eval/job/cancel", method="POST")
|
||||
async def job_cancel(self, job_id: str) -> None: ...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue