feat: support pythonic tool call and index in tool call streaming (#5725)
This commit is contained in:
@@ -1107,9 +1107,9 @@ class ServerArgs:
|
||||
parser.add_argument(
|
||||
"--tool-call-parser",
|
||||
type=str,
|
||||
choices=["qwen25", "mistral", "llama3", "deepseekv3"],
|
||||
choices=["qwen25", "mistral", "llama3", "deepseekv3", "pythonic"],
|
||||
default=ServerArgs.tool_call_parser,
|
||||
help="Specify the parser for handling tool-call interactions. Options include: 'qwen25', 'mistral', and 'llama3'.",
|
||||
help="Specify the parser for handling tool-call interactions. Options include: 'qwen25', 'mistral', 'llama3', 'deepseekv3', and 'pythonic'.",
|
||||
)
|
||||
parser.add_argument(
|
||||
"--enable-hierarchical-cache",
|
||||
|
||||
Reference in New Issue
Block a user