AutoBE
    Preparing search index...

    Query parameters for identifying a specific example replay.

    Used as WebSocket query parameters to locate the pre-recorded benchmark data for a specific vendor/project combination.

    interface IQuery {
        delay?: number;
        project: string;
        vendor: string;
    }
    Index

    Properties

    Properties

    delay?: number

    Optional delay in milliseconds to simulate real-time replay speed.

    project: string

    Example project name (e.g. "bbs", "todo").

    vendor: string

    AI vendor/model identifier (e.g. "openai/gpt-4.1").