Files

20 lines
634 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
## 🧩 模块说明:Function Calling 与工具调用
📌 **核心知识点**
Function calling 原理|工具函数封装|API 接入|多轮调用|Agent 扩展
---
### 1. `s01_custom_function_calling`(自定义函数调用)
用一个**假函数**模拟完整流程,重点掌握:
✅ 如何定义可调用函数
✅ AI 如何触发函数调用
---
### 2. `s02_api_invocation`API 调用)
接入一个**真实 API**,重点掌握:
✅ 如何根据 API 文档封装工具
✅ 让 AI 真正“动手”做事
💡 强烈建议:自己找一个新 API 测试,看 AI 能否正确调用!