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

    Interface PlaygroundPrompt

    interface PlaygroundPrompt {
        id: string;
        model: string;
        name: string;
        params?: Record<string, unknown>;
        systemPrompt?: string;
        temperature?: number;
        userPrompt: string;
    }
    Index
    id: string
    model: string

    Model to use

    name: string
    params?: Record<string, unknown>

    Additional parameters

    systemPrompt?: string

    System prompt

    temperature?: number

    Temperature

    userPrompt: string

    User prompt template — supports {{variable}} substitution