@langwatch/scenario
    Preparing search index...

    Interface RunOptions

    Options for running a scenario.

    interface RunOptions {
        batchRunId?: string;
        langwatch?: LangwatchConfig;
        runId?: string;
    }
    Index

    Properties

    batchRunId?: string

    Batch run ID for grouping scenario runs. Overrides SCENARIO_BATCH_RUN_ID env var.

    langwatch?: LangwatchConfig

    LangWatch configuration for event reporting. Overrides environment variables.

    runId?: string

    Pre-assigned run ID for the scenario execution. When provided, the SDK uses this ID instead of generating a new one.

    Platform use only — not part of the public API.