bigmoyan commited on
Commit
d30fdf6
·
verified ·
1 Parent(s): d56abb2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -775,7 +775,7 @@ def tool_call_with_client(client: OpenAI, model_name: str):
775
 
776
  The `tool_call_with_client` function implements the pipeline from user query to tool execution.
777
  This pipeline requires the inference engine to support Kimi-K2’s native tool-parsing logic.
778
- For streaming output and manual tool-parsing, see the [Tool Calling Guide](docs/tool_call_guidance.md).
779
 
780
  ---
781
 
 
775
 
776
  The `tool_call_with_client` function implements the pipeline from user query to tool execution.
777
  This pipeline requires the inference engine to support Kimi-K2’s native tool-parsing logic.
778
+ For more information, see the [Tool Calling Guide](docs/tool_call_guidance.md).
779
 
780
  ---
781