agents icon indicating copy to clipboard operation
agents copied to clipboard

feat(gemini3) : Add Gemini 3 support with thinking_level and thought_signature

Open varghesepaul opened this issue 2 weeks ago • 0 comments

Adds support for Gemini 3 models with model-specific parameter handling and multi-turn function calling via thought_signature.

Changes:

  • Add gemini-3-pro-preview model
  • Support thinking_level parameter for Gemini 3 models
  • Maintain backward compatibility with thinking_budget for Gemini 2.x
  • Implement thought_signature capture and injection for multi-turn function calls
  • Add model version detection to route parameters correctly
  • Optimize thought_signature handling to only process for Gemini 3 models
  • Inject thought_signature inline during format conversion to avoid post-processing

varghesepaul avatar Nov 20 '25 04:11 varghesepaul