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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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

View File

@ -188,6 +188,7 @@ def test_get_features(model, expect):
'o4-mini',
# Google Gemini
'gemini-2.5-pro',
'gemini-3-pro-preview',
# Others
'kimi-k2-0711-preview',
'kimi-k2-instruct',