@mastra/core
Version:
Mastra is a framework for building AI-powered applications and agents with a modern TypeScript stack.
4 lines • 337 B
TypeScript
import type { MastraDBMessage } from '../agent/message-list/index.js';
export declare function isSystemReminderMessage(message: MastraDBMessage): boolean;
export declare function filterSystemReminderMessages(messages: MastraDBMessage[], includeSystemReminders?: boolean): MastraDBMessage[];
//# sourceMappingURL=system-reminders.d.ts.map