mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-12 20:12:33 +00:00
chore: Updating Vector IO integration tests to use llama stack build
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
This commit is contained in:
parent
a701f68bd7
commit
da7b39a3e3
13 changed files with 298 additions and 19 deletions
|
|
@ -30,8 +30,8 @@ class JobStatus(Enum):
|
|||
completed = "completed"
|
||||
|
||||
|
||||
type JobID = str
|
||||
type JobType = str
|
||||
JobID = str
|
||||
JobType = str
|
||||
|
||||
|
||||
class JobArtifact(BaseModel):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue