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
|
@ -18,4 +18,3 @@ class Job(BaseModel):
|
|||
class JobStatus(Enum):
|
||||
completed = "completed"
|
||||
in_progress = "in_progress"
|
||||
not_found = "not_found"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue