mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-06 04:34:57 +00:00
incorporating feedback
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
This commit is contained in:
parent
af33a8c982
commit
574dffbe38
5 changed files with 56 additions and 25 deletions
6
docs/_static/llama-stack-spec.html
vendored
6
docs/_static/llama-stack-spec.html
vendored
|
@ -5261,7 +5261,7 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"/v1/prompts/{prompt_id}/default-version": {
|
||||
"/v1/prompts/{prompt_id}/set-default-version": {
|
||||
"post": {
|
||||
"responses": {
|
||||
"200": {
|
||||
|
@ -17829,6 +17829,10 @@
|
|||
"type": "string"
|
||||
},
|
||||
"description": "Updated dictionary of variable names to their default values."
|
||||
},
|
||||
"version": {
|
||||
"type": "string",
|
||||
"description": "The current version of the prompt being updated (as a string)."
|
||||
}
|
||||
},
|
||||
"additionalProperties": false,
|
||||
|
|
6
docs/_static/llama-stack-spec.yaml
vendored
6
docs/_static/llama-stack-spec.yaml
vendored
|
@ -3726,7 +3726,7 @@ paths:
|
|||
schema:
|
||||
$ref: '#/components/schemas/ScoreBatchRequest'
|
||||
required: true
|
||||
/v1/prompts/{prompt_id}/default-version:
|
||||
/v1/prompts/{prompt_id}/set-default-version:
|
||||
post:
|
||||
responses:
|
||||
'200':
|
||||
|
@ -13231,6 +13231,10 @@ components:
|
|||
type: string
|
||||
description: >-
|
||||
Updated dictionary of variable names to their default values.
|
||||
version:
|
||||
type: string
|
||||
description: >-
|
||||
The current version of the prompt being updated (as a string).
|
||||
additionalProperties: false
|
||||
required:
|
||||
- prompt
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue