@mastra/core
Version:
Mastra is a framework for building AI-powered applications and agents with a modern TypeScript stack.
7 lines • 427 B
TypeScript
import type { ImagePart, FilePart } from '@ai-sdk/provider-utils-v5';
import type { LanguageModelV2FilePart, LanguageModelV2TextPart } from '@ai-sdk/provider-v5';
export declare function convertImageFilePart(part: ImagePart | FilePart, downloadedAssets?: Record<string, {
mediaType: string | undefined;
data: Uint8Array;
}>): LanguageModelV2TextPart | LanguageModelV2FilePart;
//# sourceMappingURL=convert-file.d.ts.map