UNPKG

@mastra/core

Version:

Mastra is the Typescript framework for building AI agents and assistants. It’s used by some of the largest companies in the world to build internal AI automation tooling and customer-facing agents.

9 lines 373 B
import type { ToolToConvert } from './tool-builder/builder.js'; import type { VercelTool } from './types.js'; /** * Checks if a tool is a Vercel Tool * @param tool - The tool to check * @returns True if the tool is a Vercel Tool, false otherwise */ export declare function isVercelTool(tool?: ToolToConvert): tool is VercelTool; //# sourceMappingURL=toolchecks.d.ts.map