From da6f66a6eac81974c6827014017fcca25a8772b2 Mon Sep 17 00:00:00 2001 From: fishaudio-bot <242899544+fishaudio-bot@users.noreply.github.com> Date: Tue, 22 Sep 2026 03:02:32 +0000 Subject: [PATCH] chore: update OpenAPI schema --- api-reference/openapi.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/api-reference/openapi.json b/api-reference/openapi.json index 1935405..639794b 100644 --- a/api-reference/openapi.json +++ b/api-reference/openapi.json @@ -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": { @@ -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": { @@ -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", @@ -17327,7 +17329,7 @@ "AgentVoiceConfig": { "properties": { "voice_id": { - "default": "4501d82f5de3467ebf4d7ef095a2deee", + "default": "b347db033a6549378b48d00acb0d06cd", "title": "Voice Id", "type": "string" },