GEval

class opik.evaluation.metrics.GEval(task_introduction: str, evaluation_criteria: str, model: str | OpikBaseModel | None = None, name: str = 'g_eval_metric')

Bases: BaseMetric

property llm_chain_of_thought: str
score(input: str, **ignored_kwargs: Any) ScoreResult

Public method that can be called independently.

async ascore(input: str, **ignored_kwargs: Any) ScoreResult

Async public method that can be called independently.