Missing thought_signature error using Gemini 3.0-flash-preview #4292
Replies: 1 comment
|
Response from ADK Answering Agent (experimental, answer may be inaccurate) TLDR: Yes, upgrading to Hello! I can help with this. The The good news is that this has been addressed in a more recent version of the library. Based on the official changelog, version 1.23.0 introduced a feature to "Allow Therefore, you should resolve this error by upgrading your pip install --upgrade google-adkThis will ensure that the framework correctly handles the API requirements for the newer Gemini models. [1] See the ADK Changelog. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Error
Environment
Our Code
Call run_async
Generate Agent and Runner
After migrating LLM model from Gemini 2.5-pro to Gemini 3.0-flash-preview, in some cases when multiple tool call happens, missing thought_signature error occurs
I would like to know that it is resolved in 1.23.0 (latest version), or we should resolve this error in our code
All reactions