From 790b7c6e3968c5600c120a709cb5d99fc309e2f2 Mon Sep 17 00:00:00 2001 From: Boxuan Li Date: Wed, 19 Nov 2025 05:38:57 -0800 Subject: [PATCH] Add grok-code-fast-1 to FUNCTION_CALLING_PATTERNS (#11775) Co-authored-by: openhands --- openhands/llm/model_features.py | 1 + 1 file changed, 1 insertion(+) diff --git a/openhands/llm/model_features.py b/openhands/llm/model_features.py index caab21277c..a9857ffaca 100644 --- a/openhands/llm/model_features.py +++ b/openhands/llm/model_features.py @@ -89,6 +89,7 @@ FUNCTION_CALLING_PATTERNS: list[str] = [ 'qwen3-coder*', 'qwen3-coder-480b-a35b-instruct', 'deepseek-chat', + 'grok-code-fast-1', ] REASONING_EFFORT_PATTERNS: list[str] = [