UNPKG

@gensx/vercel-ai

Version:
4 lines 186 B
import type { ToolBox } from "@gensx/core"; import { type Tool } from "ai"; export declare function asToolSet(toolBox: ToolBox): Record<string, Tool>; //# sourceMappingURL=tools.d.ts.map