AutoBE
    Preparing search index...

    Interface IAutoBePlaygroundExample

    Interface representing an available example from the benchmark example storage.

    Used to list available vendor/project/phase combinations for mock session creation and direct replay.

    Samchon

    interface IAutoBePlaygroundExample {
        phases: AutoBePhase[];
        project: AutoBeExampleProject;
        vendor: string;
    }
    Index

    Properties

    Properties

    phases: AutoBePhase[]

    Phases that have recorded data available.

    Example project name.

    vendor: string

    Vendor/model slug (e.g. "openai/gpt-4.1").