Skip to content

GroundingValidatorOptions

optional instructions?: string;

Extra domain rules appended to the judge prompt (e.g. “never promise refunds”).


model: LanguageModel;

Judge model, run at temperature 0. Use the agent’s controlModel-class model.


optional name?: string;