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" "type": "string"
}, },
"enable_session_persistence": { "enable_session_persistence": {
"type": "boolean" "type": "boolean",
"default": false
}, },
"response_format": { "response_format": {
"$ref": "#/components/schemas/ResponseFormat" "$ref": "#/components/schemas/ResponseFormat"
@ -2733,8 +2734,7 @@
"additionalProperties": false, "additionalProperties": false,
"required": [ "required": [
"model", "model",
"instructions", "instructions"
"enable_session_persistence"
] ]
}, },
"AgentTool": { "AgentTool": {

View file

@ -1660,13 +1660,13 @@ components:
type: string type: string
enable_session_persistence: enable_session_persistence:
type: boolean type: boolean
default: false
response_format: response_format:
$ref: '#/components/schemas/ResponseFormat' $ref: '#/components/schemas/ResponseFormat'
additionalProperties: false additionalProperties: false
required: required:
- model - model
- instructions - instructions
- enable_session_persistence
AgentTool: AgentTool:
oneOf: oneOf:
- type: string - type: string