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.)
Parameters
Section titled “Parameters”prompt
Section titled “prompt”string
Returns
Section titled “Returns”Promise<string>