Agent Maturity Compass API - v1.2.0
    Preparing search index...

    Interface LLMJudgePrompt

    interface LLMJudgePrompt {
        dimension: LLMJudgeDimension;
        responseSchema: Record<string, unknown>;
        systemPrompt: string;
        userPrompt: string;
    }
    Index

    Dimension being evaluated

    responseSchema: Record<string, unknown>

    Expected JSON schema for the response

    systemPrompt: string

    System prompt for the judge

    userPrompt: string

    User prompt with the content to evaluate