Update README.md
Browse files
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
|
| 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 |
|