@mastra/core
Version:
Mastra is a framework for building AI-powered applications and agents with a modern TypeScript stack.
4 lines • 316 B
TypeScript
import type { MastraDBMessage, MastraMessagePart, MessageSource } from '../state/types.js';
export declare function stampPart<T extends MastraMessagePart>(part: T): T;
export declare function stampMessageParts<T extends MastraDBMessage>(message: T, source: MessageSource): T;
//# sourceMappingURL=stamp-part.d.ts.map