UNPKG

@mastra/core

Version:

The core foundation of the Mastra framework, providing essential components and interfaces for building AI-powered applications.

4 lines 274 B
import type { MessageList } from '../message-list'; import type { InputProcessor } from './index'; export declare function runInputProcessors(processors: InputProcessor[], messageList: MessageList, telemetry?: any): Promise<MessageList>; //# sourceMappingURL=runner.d.ts.map