Enable native tool calling for Anthropic Claude 3.5 Sonnet (dot-notation) models (#11156)

Co-authored-by: openhands <openhands@all-hands.dev>
This commit is contained in:
Engel Nyst
2025-09-28 00:38:37 +02:00
committed by GitHub
parent e6d799c51a
commit a1b81fe923

View File

@@ -65,6 +65,7 @@ FUNCTION_CALLING_PATTERNS: list[str] = [
'claude-3.7-sonnet*',
'claude-sonnet-3-7-latest',
'claude-3-5-sonnet*',
'claude-3.5-sonnet*', # Accept dot-notation for Sonnet 3.5 as well
'claude-3.5-haiku*',
'claude-3-5-haiku*',
'claude-sonnet-4*',