UNPKG

@mastra/core

Version:

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

4 lines 281 B
import type { MastraMessageV1 } from '../../../memory/types.js'; import type { MastraMessageV2 } from '../../message-list/index.js'; export declare function convertToV1Messages(messages: Array<MastraMessageV2>): MastraMessageV1[]; //# sourceMappingURL=convert-to-mastra-v1.d.ts.map