rebase and rerun doc gen

This commit is contained in:
Ashwin Bharambe 2025-02-14 09:18:14 -08:00
parent 23cb49f53e
commit 7af8df71e6
2 changed files with 4 additions and 4 deletions

View file

@ -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": {

View file

@ -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