feat: Enable native tool calling for gemini-3-pro-preview (#11774)

This commit is contained in:
Engel Nyst
2025-11-18 23:29:54 +01:00
committed by GitHub
parent 1a33606987
commit bede37fdb6
2 changed files with 2 additions and 0 deletions

View File

@@ -80,6 +80,7 @@ FUNCTION_CALLING_PATTERNS: list[str] = [
'o4-mini*',
# Google Gemini
'gemini-2.5-pro*',
'gemini-3*',
# Groq models (via groq/ provider prefix)
'groq/*',
# Others