IRToolDef
This content is not available in your language yet.
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;Was this page helpful?
Thanks for your feedback.