mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-03 09:53:45 +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:
|
||||
|
|
|
|||
22
docs/static/experimental-llama-stack-spec.yaml
vendored
22
docs/static/experimental-llama-stack-spec.yaml
vendored
|
|
@ -8560,6 +8560,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:
|
||||
|
|
|
|||
26
docs/static/llama-stack-spec.yaml
vendored
26
docs/static/llama-stack-spec.yaml
vendored
|
|
@ -123,7 +123,9 @@ paths:
|
|||
required: true
|
||||
schema:
|
||||
type: string
|
||||
description: The ID of the batch to retrieve.
|
||||
title: Batch Id
|
||||
description: The ID of the batch to retrieve.
|
||||
/v1/batches/{batch_id}/cancel:
|
||||
post:
|
||||
responses:
|
||||
|
|
@ -156,7 +158,9 @@ paths:
|
|||
required: true
|
||||
schema:
|
||||
type: string
|
||||
description: The ID of the batch to cancel.
|
||||
title: Batch Id
|
||||
description: The ID of the batch to cancel.
|
||||
/v1/chat/completions:
|
||||
get:
|
||||
responses:
|
||||
|
|
@ -11439,6 +11443,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:
|
||||
|
|
|
|||
26
docs/static/stainless-llama-stack-spec.yaml
vendored
26
docs/static/stainless-llama-stack-spec.yaml
vendored
|
|
@ -125,7 +125,9 @@ paths:
|
|||
required: true
|
||||
schema:
|
||||
type: string
|
||||
description: The ID of the batch to retrieve.
|
||||
title: Batch Id
|
||||
description: The ID of the batch to retrieve.
|
||||
/v1/batches/{batch_id}/cancel:
|
||||
post:
|
||||
responses:
|
||||
|
|
@ -158,7 +160,9 @@ paths:
|
|||
required: true
|
||||
schema:
|
||||
type: string
|
||||
description: The ID of the batch to cancel.
|
||||
title: Batch Id
|
||||
description: The ID of the batch to cancel.
|
||||
/v1/chat/completions:
|
||||
get:
|
||||
responses:
|
||||
|
|
@ -12710,6 +12714,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