Type Alias CreateExperimentInput

CreateExperimentInput: Pick<PlaygroundCreateRequest, "model_ids" | "prompt"> & Partial<
    Omit<PlaygroundCreateRequest, "model_ids" | "prompt">,
>

Input type for SeclaiClient.createExperiment.

Only model_ids and prompt are required — every other field has a server-side default and can be omitted.