Interface AlignmentResponse

The response for the alignment evaluation.

AlignmentResponse

interface AlignmentResponse {
    metrics: Metrics;
    reasoning: Reasoning;
    usage: TokenCounts;
}

Properties

metrics: Metrics

AlignmentResponse

reasoning: Reasoning

AlignmentResponse

AlignmentResponse