mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-04 02:03:44 +00:00
chore: same as previous commit but for more fields
Signed-off-by: Sébastien Han <seb@redhat.com>
This commit is contained in:
parent
30cab02083
commit
20030429e7
9 changed files with 210 additions and 25 deletions
22
docs/static/deprecated-llama-stack-spec.yaml
vendored
22
docs/static/deprecated-llama-stack-spec.yaml
vendored
|
|
@ -9547,6 +9547,28 @@ components:
|
|||
type: integer
|
||||
title: ListBatchesRequest
|
||||
type: object
|
||||
RetrieveBatchRequest:
|
||||
description: Request model for retrieving a batch.
|
||||
properties:
|
||||
batch_id:
|
||||
description: The ID of the batch to retrieve.
|
||||
title: Batch Id
|
||||
type: string
|
||||
required:
|
||||
- batch_id
|
||||
title: RetrieveBatchRequest
|
||||
type: object
|
||||
CancelBatchRequest:
|
||||
description: Request model for canceling a batch.
|
||||
properties:
|
||||
batch_id:
|
||||
description: The ID of the batch to cancel.
|
||||
title: Batch Id
|
||||
type: string
|
||||
required:
|
||||
- batch_id
|
||||
title: CancelBatchRequest
|
||||
type: object
|
||||
DialogType:
|
||||
description: Parameter type for dialog data with semantic output labels.
|
||||
properties:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue