·function-calling
</>

function-calling

yonatangross/orchestkit

LLM 函数调用和工具使用模式。在使 LLM 能够调用外部工具、定义工具架构、实施工具执行循环或从 LLM 获取结构化输出时使用。

16安装·0热度·@yonatangross

安装

$npx skills add https://github.com/yonatangross/orchestkit --skill function-calling

SKILL.md

Enable LLMs to use external tools and return structured data.

| Tool count | 5-15 max (more = confusion) | | Description length | 1-2 sentences | | Parameter validation | Use Pydantic/Zod | | Error handling | Return error as tool result | | Schema mode | strict: true (2026 best practice) | | Output format | Structured Outputs > JSON mode | | Parallel calls | Disable with strict mode |

tool-definition Keywords: tool, function, define tool, tool schema, function schema Solves:

LLM 函数调用和工具使用模式。在使 LLM 能够调用外部工具、定义工具架构、实施工具执行循环或从 LLM 获取结构化输出时使用。 来源:yonatangross/orchestkit。

查看原文

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/yonatangross/orchestkit --skill function-calling
分类
</>开发工具
认证
收录时间
2026-02-01
更新时间
2026-02-18

快速解答

什么是 function-calling?

LLM 函数调用和工具使用模式。在使 LLM 能够调用外部工具、定义工具架构、实施工具执行循环或从 LLM 获取结构化输出时使用。 来源:yonatangross/orchestkit。

如何安装 function-calling?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/yonatangross/orchestkit --skill function-calling 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用

这个 Skill 的源码在哪?

https://github.com/yonatangross/orchestkit