mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-06-27 18:50:41 +00:00
fix: resync api spec (#1987)
This commit is contained in:
parent
326cbba579
commit
cb874287a4
2 changed files with 3 additions and 2 deletions
2
docs/_static/llama-stack-spec.html
vendored
2
docs/_static/llama-stack-spec.html
vendored
|
@ -5235,7 +5235,7 @@
|
|||
"enable_session_persistence": {
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"description": "Whether to persist session data"
|
||||
"description": "Optional flag indicating whether session data has to be persisted"
|
||||
},
|
||||
"response_format": {
|
||||
"$ref": "#/components/schemas/ResponseFormat",
|
||||
|
|
3
docs/_static/llama-stack-spec.yaml
vendored
3
docs/_static/llama-stack-spec.yaml
vendored
|
@ -3698,7 +3698,8 @@ components:
|
|||
enable_session_persistence:
|
||||
type: boolean
|
||||
default: false
|
||||
description: Whether to persist session data
|
||||
description: >-
|
||||
Optional flag indicating whether session data has to be persisted
|
||||
response_format:
|
||||
$ref: '#/components/schemas/ResponseFormat'
|
||||
description: Optional response format configuration
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue