UNPKG

@mastra/core

Version:

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

4 lines 227 B
import type { Mastra } from '..'; import type { ScoringHookInput } from '../scores'; export declare function createOnScorerHook(mastra: Mastra): (hookData: ScoringHookInput) => Promise<void>; //# sourceMappingURL=hooks.d.ts.map