docs(blog): add README index

This commit is contained in:
clz
2026-06-15 16:02:06 +08:00
parent ff24ef43bf
commit bc510c269b
+10
View File
@@ -0,0 +1,10 @@
# Blog
面向读者的科普/解读文章,基于 [OpenClaw](https://github.com/openclaw/openclaw) 源码梳理。
## 目录
- [function-call-101.md](./function-call-101.md)
Function Call 是什么、LLM 如何学会使用工具:从一个问题入手,
解释模型不执行工具、只输出结构化调用请求的本质,
并以 OpenClaw 源码为例说明工具声明、调用、执行的完整链路。