From 1a0896e9c00ce12c09d062560dfb21a6646c026f Mon Sep 17 00:00:00 2001 From: Xiaotong Jiang Date: Tue, 26 Aug 2025 10:39:40 -0700 Subject: [PATCH] [doc] add kimik2 --tool-call-parser (#9647) --- docs/advanced_features/function_calling.ipynb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/advanced_features/function_calling.ipynb b/docs/advanced_features/function_calling.ipynb index 5a6e00d08..1a2403df6 100644 --- a/docs/advanced_features/function_calling.ipynb +++ b/docs/advanced_features/function_calling.ipynb @@ -52,7 +52,8 @@ "Mistral-Nemo-Instruct-2407, mistralai/Mistral-7B-v0.3).\n", "- qwen25: Qwen 2.5 (e.g. Qwen/Qwen2.5-1.5B-Instruct, Qwen/Qwen2.5-7B-Instruct) and QwQ (i.e. Qwen/QwQ-32B). Especially, for QwQ, we can enable the reasoning parser together with tool call parser, details about reasoning parser can be found in [reasoning parser](https://docs.sglang.ai/backend/separate_reasoning.html).\n", "- deepseekv3: DeepSeek-v3 (e.g., deepseek-ai/DeepSeek-V3-0324).\n", - "- gpt-oss: GPT-OSS (e.g., openai/gpt-oss-120b, openai/gpt-oss-20b, lmsys/gpt-oss-120b-bf16, lmsys/gpt-oss-20b-bf16). Note: The gpt-oss tool parser filters out analysis channel events and only preserves normal text. This can cause the content to be empty when explanations are in the analysis channel. To work around this, complete the tool round by returning tool results as role=\"tool\" messages, which enables the model to generate the final content." + "- gpt-oss: GPT-OSS (e.g., openai/gpt-oss-120b, openai/gpt-oss-20b, lmsys/gpt-oss-120b-bf16, lmsys/gpt-oss-20b-bf16). Note: The gpt-oss tool parser filters out analysis channel events and only preserves normal text. This can cause the content to be empty when explanations are in the analysis channel. To work around this, complete the tool round by returning tool results as role=\"tool\" messages, which enables the model to generate the final content.\n", + "- kimi_k2: moonshotai/Kimi-K2-Instruct" ] }, {