gemini-2.5-flash-preview-09-2025 and gemini-2.5-flash-lite-preview-09-2025 LLM models, providing access to the latest September 2025 preview versions of Google’s Gemini 2.5 Flash models.claude-sonnet-4-5 and claude-sonnet-4-5@20250929 models, enabling access to the latest Claude Sonnet 4.5 model released on September 29, 2025.GET /v1/convai/test-invocations endpoint to list all test invocations with pagination support. Includes agent_id filter, page_size parameter (default 30, max 100), and cursor for pagination. Response includes test run counts, pass/fail statistics, and titles.archived field (boolean, default false) to agent platform settings, allowing agents to be archived without deletion while keeping them out of active agent lists.disable_interruptions field (boolean, default false) to MCP server configuration, preventing user interruptions during tool execution for more reliable tool completion.agent_chat_response_part WebSocket event type for receiving partial agent chat responses in real-time during streaming conversations.edge_order field (array of strings) to all workflow node types, enabling explicit control over edge evaluation order for deterministic workflow execution.agent_id field (string, nullable) to test invocation responses for associating test runs with specific agents.VoiceGeneration as a new source type in the History API for tracking audio generated from voice generation features.remote_domains field (array of strings, nullable) to SIP trunk configuration for specifying domains used in TLS certificate validation.All packages updated with latest API schema changes:
GET /v1/convai/test-invocations - List all test invocations with pagination support
agent_id (required, string) - Filter by agent IDpage_size (optional, integer, default=30, max=100) - Number of results per pagecursor (optional, string) - Pagination cursor from previous responsearchived field (boolean, default false) to AgentPlatformSettingsRequestModel and AgentPlatformSettingsResponseModel for archiving agentsdisable_interruptions field (boolean, default false) to MCP server configuration schemas for preventing user interruptions during tool executionedge_order field (array of strings) to all workflow node types for explicit edge evaluation orderingagent_id field (string, nullable) to GetTestSuiteInvocationResponseModel for agent trackingremote_domains field (array of strings, nullable) to GetPhoneNumberInboundSIPTrunkConfigResponseModel and InboundSIPTrunkConfigRequestModel for TLS certificate validationagent_chat_response_part to ServerEventType enum for streaming partial agent chat responsesVoiceGeneration to speech history source typesAdded the following models to the LLM enum:
claude-sonnet-4-5 - Claude Sonnet 4.5 latestclaude-sonnet-4-5@20250929 - Claude Sonnet 4.5 dated release (September 29, 2025)gemini-2.5-flash-preview-09-2025 - Gemini 2.5 Flash preview (September 2025)gemini-2.5-flash-lite-preview-09-2025 - Gemini 2.5 Flash Lite preview (September 2025)version_id in GET /v1/pronunciation-dictionaries/{dictionary_id}/{version_id}/download from “The id of the version of the pronunciation dictionary” to “The id of the pronunciation dictionary version”type field optional in ConversationHistoryTranscriptOtherToolsResultCommonModel (previously required)