rozod
    Preparing search index...

    Variable postOpenEvalApiV1EvalConst Param

    postOpenEvalApiV1Eval: EndpointGeneric<
        {},
        { error: null
        | string; job_id: null | string; status_code: number },
        {
            custom_llm_info?: {
                api_key?: null | string;
                model_version?: null | string;
                name: string;
                url: string;
            };
            description?: null
            | string;
            input_script: string;
            name: string;
            use_reference_mode?: boolean;
        },
    > = ...

    BETA

    Performs the evaluation of the Lua script.

    Scopes: studio-evaluations:create Engine: Not available in-engine

    body