UNPKG

@llmdata/rubric

Version:

TypeScript/Node.js bindings for Rubric - LLM-based evaluation using weighted rubrics. High-performance Rust core with idiomatic TypeScript API.

7 lines (5 loc) 128 B
export * from "./index"; export type GenerateFn = ( systemPrompt: string, userPrompt: string, ) => string | Promise<string>;