You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Gemini thinking models require a thought_signature on generated parts, and the
backend rejects replayed parts that lack one. Callers who synthesize
conversation history must set b'skip_thought_signature_validator' on the
fabricated part to bypass validation, and several ADK consumers hardcode that
byte-string independently. Expose it once so they can depend on a single
constant.
Co-authored-by: George Weale <gweale@google.com>
PiperOrigin-RevId: 941277709
0 commit comments