[Fix] Add gigachat35 to the tool-call and reasoning parser name lists (#40554)

Co-authored-by: Mohammad Angkad <mohammad.angkad@radixark.ai>
This commit is contained in:
Mohammad Miadh Angkad
2026-09-21 16:34:43 +08:00
committed by GitHub
co-authored by Mohammad Angkad
parent a9871012ac
commit 8d08dfdab7
2 changed files with 2 additions and 0 deletions
@@ -46,6 +46,7 @@ TOOL_CALL_PARSER_NAMES = [
"hermes",
"hunyuan",
"gigachat3",
"gigachat35",
"gemma4",
"inkling",
]
@@ -36,4 +36,5 @@ REASONING_PARSER_NAMES = [
"gemma4",
"inkling",
"cohere_command4",
"gigachat35",
]