UNPKG

@mastra/core

Version:

Mastra is a framework for building AI-powered applications and agents with a modern TypeScript stack.

7 lines 302 B
import type { LanguageModelV2DataContent } from '@ai-sdk/provider-v5'; import type { DataContent } from 'ai-v5'; export declare function convertToDataContent(content: DataContent | URL): { data: LanguageModelV2DataContent; mediaType: string | undefined; }; //# sourceMappingURL=content.d.ts.map