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

    Interface JudgeTemplate

    interface JudgeTemplate {
        defaultModel: string;
        description: string;
        id: string;
        name: string;
        rubric: JudgeRubric;
        systemPrompt: string;
        userPromptTemplate: string;
    }
    Index
    defaultModel: string

    Default model to use

    description: string
    id: string
    name: string
    rubric: JudgeRubric
    systemPrompt: string

    System prompt for the judge LLM

    userPromptTemplate: string

    User prompt template — supports {{input}}, {{output}}, {{expected}}, {{context}}