@mastra/core
Version:
Mastra is a framework for building AI-powered applications and agents with a modern TypeScript stack.
7 lines • 349 B
TypeScript
import type { LanguageModelV2DataContent } from '@ai-sdk/provider-v5';
import type { DataContent } from '../../../../_types/@internal_ai-sdk-v5/dist/index.js';
export declare function convertToDataContent(content: DataContent | URL): {
data: LanguageModelV2DataContent;
mediaType: string | undefined;
};
//# sourceMappingURL=content.d.ts.map