Skip to content

LLMEvaluator

LLMEvaluator = (prompt) => Promise<string>

Defined in: scoring/evaluator.ts:59

Function that performs the actual LLM evaluation Implement this for your LLM provider (Ollama, OpenAI, etc.)

string

Promise<string>