mirror of
https://github.com/OpenHands/OpenHands.git
synced 2025-12-26 13:52:43 +08:00
feat: Enable native tool calling for gemini-3-pro-preview (#11774)
This commit is contained in:
parent
1a33606987
commit
bede37fdb6
@ -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',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user