Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions api-reference/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -14569,6 +14569,7 @@
}
],
"default": null,
"description": "IANA timezone (like `Asia/Tokyo`) for the agent's sense of local date and time in this session. Overrides the agent's configured timezone, which defaults to UTC. Invalid names are rejected with 422.",
"title": "Timezone"
},
"client_timezone": {
Expand All @@ -14582,6 +14583,7 @@
}
],
"default": null,
"description": "The end user's device timezone as an IANA name (like `Asia/Tokyo`), used as a fallback hint: it applies only when neither `timezone` nor the agent's configured timezone is set, and invalid values are ignored rather than rejected. The Web SDK fills it automatically from the browser for public agents. When your backend creates the session, forward the value from your client.",
"title": "Client Timezone"
},
"world_context": {
Expand Down Expand Up @@ -17108,7 +17110,7 @@
"AgentLLMConfigRedacted": {
"properties": {
"model": {
"default": "google/gemini-3.5-flash-lite",
"default": "google/gemini-3.6-flash",
"enum": [
"google/gemini-3.5-flash-lite",
"google/gemini-3.6-flash",
Expand Down Expand Up @@ -17327,7 +17329,7 @@
"AgentVoiceConfig": {
"properties": {
"voice_id": {
"default": "4501d82f5de3467ebf4d7ef095a2deee",
"default": "b347db033a6549378b48d00acb0d06cd",
"title": "Voice Id",
"type": "string"
},
Expand Down
Loading