@langwatch/scenario
    Preparing search index...

    Interface JudgmentRequest

    Encapsulates a request for the judge agent to evaluate the conversation.

    When present on AgentInput, signals the judge to produce a verdict. Optionally carries inline criteria that override the judge's own criteria.

    interface JudgmentRequest {
        criteria?: string[];
    }
    Index

    Properties

    Properties

    criteria?: string[]

    Optional criteria to evaluate, overriding the judge agent's configured criteria.