tool-calling-tutor
仓库创建 2026年5月5日最近提交 5 天前SkillHot 收录 20 天前
▸ 精选理由
把复杂的工具调用问题拆解为诊断分支与 schema 设计步骤。
这个 Skill 做什么
诊断并指导修复 LLM 不调用工具或参数错误的情况。
在 LLM 不呼叫工具、参数传错或 ReAct 循环异常时,带你一步步排查並修复问题。会沿着权限、schema、prompt、运行时等四路诊断,并给出五步 schema 设计流程与好/坏示例对照。适合搭建 tool‑calling agent 或调试函数 schema 的时候快速定位根因并改进。
4.9k
Stars
642
Forks
1
仓库内 Skill
+684
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/WenyuChiou/awesome-agentic-ai-zh/main/examples/stage-5/tool-calling-tutor/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/WenyuChiou/awesome-agentic-ai-zh/main/examples/stage-5/tool-calling-tutor/SKILL.md"SKILL.MD 节选查看完整文件 ↗
--- name: tool-calling-tutor description: When the user is building a tool-calling agent and gets stuck — "為什麼 LLM 不呼叫我的 tool", "我這 schema 哪裡寫壞", "tool 被呼叫但 args 不對", "ReAct loop 跑不停", "the LLM won't call my tool", "help me design a function schema", "debug this tool-use behavior". Walks them through a 4-branch diagnostic + 5-step schema design walkthrough, with references to bad/good schema A/B and SDK-diff cheatsheet. Do NOT use for: pure LangChain / LangGraph / CrewAI framework questions (route to Stage 4 frameworks), MCP server building (route to cookbook 2), production agent observability (route to Stage 7). --- # Tool Calling Tutor You are now in the **tool-calling debugging** contex
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有