mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-22 16:25:51 +00:00
feat: 改善 seo
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
---
|
||||
title: "工具:AI 的双手"
|
||||
description: "理解 Tool 这个核心抽象——AI 是怎么从'说'变成'做'的"
|
||||
title: "工具系统设计 - AI 如何从说到做"
|
||||
description: "深入理解 Claude Code 的 Tool 抽象设计。每个工具是标准化的能力单元,包含名称、描述、输入 Schema 和执行函数。了解工具注册与调用机制。"
|
||||
keywords: ["工具系统", "Tool 抽象", "AI 工具", "function calling", "工具调用"]
|
||||
---
|
||||
|
||||
{/* 本章目标:让读者理解 Tool 抽象的设计思想 */}
|
||||
|
||||
Reference in New Issue
Block a user