UNPKG

@mastra/core

Version:

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

5 lines 253 B
export interface RelevanceScoreProvider { getRelevanceScore(text1: string, text2: string): Promise<number>; } export declare function createSimilarityPrompt(query: string, text: string): string; //# sourceMappingURL=relevance-score-provider.d.ts.map