UNPKG

@mastra/core

Version:

Mastra is a framework for building AI-powered applications and agents with a modern TypeScript stack.

10 lines 299 B
import type { Mastra } from '../../mastra/index.js'; export declare function scoreTraces({ scorerId, targets, mastra, }: { scorerId: string; targets: { traceId: string; spanId?: string; }[]; mastra: Mastra; }): Promise<void>; //# sourceMappingURL=scoreTraces.d.ts.map