Skip to content

cendor-sdk 1.7.2

Choose a tag to compare

@github-actions github-actions released this 18 Jul 22:30

Gemini multi-turn tool loops (gemini-3.x). No API changes; a pure bug-fix release.

Fixed

  • Gemini 3.x tool loops no longer 400 on the replay turn. gemini-3.x returns a thought_signature alongside each function_call that must be echoed back on the next turn; without it the API rejects the replayed call (Function call is missing a thought_signature in functionCall parts). ToolInvocation now carries thought_signature, the Gemini adapter captures it on parse, and the canonical→Gemini translation re-emits it. Other providers are unaffected (the field is None).