mirror of
https://github.com/All-Hands-AI/OpenHands.git
synced 2026-01-08 22:38:05 -05:00
feat: Enable native tool calling for gemini-3-pro-preview (#11774)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user