Add Groq models to function calling patterns (#11745)

This commit is contained in:
மனோஜ்குமார் பழனிச்சாமி 2025-11-17 19:49:39 +05:30 committed by GitHub
parent 6c121bde74
commit 60c4d9a23f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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