Since yesterday, model thought summary parts are not being returned when using function calling tool.
The “functionCall” part in the response does have a “thoughtSignature” field, however the other text part in the response is empty.
Up until yesterday the response contained 2 parts: the “functionCall” part and another text part with the field “thought“ set to “true”
I am using “gemini-3-flash-preview” with the following thinking config: thinking_config = types.ThinkingConfig( include_thoughts=True, thinking_level=ThinkingLevel.HIGH )