@runloop/api-client - v1.4.0
    Preparing search index...

    Specifies a set of scenarios with runtime configuration. The scenarios will be executed using the provided agent and orchestrator configurations.

    interface ScenarioDefinitionJobSpec {
        agent_configs: Runloop.BenchmarkJobCreateParameters.ScenarioDefinitionJobSpec.AgentConfig[];
        scenario_ids: string[];
        type: "scenarios";
        orchestrator_config?:
            | Runloop.BenchmarkJobCreateParameters.ScenarioDefinitionJobSpec.OrchestratorConfig
            | null;
    }
    Index

    Properties

    Agent configurations to use for this run. Must specify at least one agent.

    scenario_ids: string[]

    List of scenario IDs to execute

    type: "scenarios"

    Orchestrator configuration (optional overrides). If not provided, default values will be used.