mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-09 19:58:29 +00:00
rebase and rerun doc gen
This commit is contained in:
parent
23cb49f53e
commit
7af8df71e6
2 changed files with 4 additions and 4 deletions
6
docs/_static/llama-stack-spec.html
vendored
6
docs/_static/llama-stack-spec.html
vendored
|
@ -2724,7 +2724,8 @@
|
|||
"type": "string"
|
||||
},
|
||||
"enable_session_persistence": {
|
||||
"type": "boolean"
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"response_format": {
|
||||
"$ref": "#/components/schemas/ResponseFormat"
|
||||
|
@ -2733,8 +2734,7 @@
|
|||
"additionalProperties": false,
|
||||
"required": [
|
||||
"model",
|
||||
"instructions",
|
||||
"enable_session_persistence"
|
||||
"instructions"
|
||||
]
|
||||
},
|
||||
"AgentTool": {
|
||||
|
|
2
docs/_static/llama-stack-spec.yaml
vendored
2
docs/_static/llama-stack-spec.yaml
vendored
|
@ -1660,13 +1660,13 @@ components:
|
|||
type: string
|
||||
enable_session_persistence:
|
||||
type: boolean
|
||||
default: false
|
||||
response_format:
|
||||
$ref: '#/components/schemas/ResponseFormat'
|
||||
additionalProperties: false
|
||||
required:
|
||||
- model
|
||||
- instructions
|
||||
- enable_session_persistence
|
||||
AgentTool:
|
||||
oneOf:
|
||||
- type: string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue