mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-15 01:22:48 +00:00
pre-commit was a good boy
This commit is contained in:
parent
a7baebbb09
commit
94e6ad17c0
1 changed files with 8 additions and 0 deletions
|
|
@ -7028,6 +7028,10 @@ components:
|
||||||
$ref: '#/components/schemas/OpenAIResponseUsage'
|
$ref: '#/components/schemas/OpenAIResponseUsage'
|
||||||
description: >-
|
description: >-
|
||||||
(Optional) Token usage information for the response
|
(Optional) Token usage information for the response
|
||||||
|
instructions:
|
||||||
|
type: string
|
||||||
|
description: >-
|
||||||
|
(Optional) System message inserted into the model's context
|
||||||
input:
|
input:
|
||||||
type: array
|
type: array
|
||||||
items:
|
items:
|
||||||
|
|
@ -7431,6 +7435,10 @@ components:
|
||||||
$ref: '#/components/schemas/OpenAIResponseUsage'
|
$ref: '#/components/schemas/OpenAIResponseUsage'
|
||||||
description: >-
|
description: >-
|
||||||
(Optional) Token usage information for the response
|
(Optional) Token usage information for the response
|
||||||
|
instructions:
|
||||||
|
type: string
|
||||||
|
description: >-
|
||||||
|
(Optional) System message inserted into the model's context
|
||||||
additionalProperties: false
|
additionalProperties: false
|
||||||
required:
|
required:
|
||||||
- created_at
|
- created_at
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue