IRToolDef
type IRToolDef = { description: string; inputSchema: Record<string, unknown>; name: string;};工具定义(IRToolDefSchema 推导)。
description
Section titled “description”description: string;inputSchema
Section titled “inputSchema”inputSchema: Record<string, unknown>;name: string;本文是否有帮助?
感谢反馈,我们会持续改进这篇文章。