The reasoning behind the alignment evaluation.

Reasoning

interface Reasoning {
    evaluatedFacts: EvaluatedFact[];
}

Properties

Properties

evaluatedFacts: EvaluatedFact[]

The facts that were evaluated.

Reasoning