UNPKG

@mastra/core

Version:

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

4 lines 192 B
import { MastraScorer } from './base'; import type { ScorerOptions } from './types'; export declare function createScorer(opts: ScorerOptions): MastraScorer; //# sourceMappingURL=code.d.ts.map