thought_signature field for Gemini function callingThe Voice Agent API now includes an optional thought_signature field in function call messages. Some Gemini models (3.0 and 3.1 families) require this as an additional function call identifier.
This field appears in two places:
agent.context.messages[].function_calls[] when providing function call historyfunctions[] when the server requests a function callThe thought_signature field is optional and only relevant when using Google Gemini models. This change addresses the degraded function calling performance that some users experienced with the Gemini 3.0 and 3.1 model families.
For more details, see the Function Call Request documentation, the Voice Agent API Reference, or Gemini’s Thought Signatures Documentation.
volume parameter for Cartesia TTSThe Voice Agent API now supports an optional agent.speak.provider.volume parameter when using Cartesia as the TTS provider. Valid values range from 0.5 to 2.0.
For more details, see Configure the Voice Agent or the Cartesia volume, speed, and emotion documentation.