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:
Francisco Javier Arceo 2025-10-17 08:38:50 -04:00
parent a701f68bd7
commit da7b39a3e3
13 changed files with 298 additions and 19 deletions

View file

@ -30,8 +30,8 @@ class JobStatus(Enum):
completed = "completed"
type JobID = str
type JobType = str
JobID = str
JobType = str
class JobArtifact(BaseModel):