refactor(ch1-4): align filenames and update corresponding README sections
This commit is contained in:
@@ -5,14 +5,14 @@ Function calling 原理|工具函数封装|API 接入|多轮调用|Agent
|
||||
|
||||
---
|
||||
|
||||
### 1. `custom_function_calling`(自定义函数调用)
|
||||
### 1. `s01_custom_function_calling`(自定义函数调用)
|
||||
用一个**假函数**模拟完整流程,重点掌握:
|
||||
✅ 如何定义可调用函数
|
||||
✅ AI 如何触发函数调用
|
||||
|
||||
---
|
||||
|
||||
### 2. `api_invocation`(API 调用)
|
||||
### 2. `s02_api_invocation`(API 调用)
|
||||
接入一个**真实 API**,重点掌握:
|
||||
✅ 如何根据 API 文档封装工具
|
||||
✅ 让 AI 真正“动手”做事
|
||||
|
||||
Reference in New Issue
Block a user