refactor(ch1-4): align filenames and update corresponding README sections

This commit is contained in:
Annyfee
2026-01-03 15:35:39 +08:00
parent b6482f1cf6
commit 43fc1717b5
12 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -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 真正“动手”做事