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

    Interface ScenarioEnvironment

    ScenarioEnvironmentParameters specify the environment in which a Scenario will be run.

    interface ScenarioEnvironment {
        blueprint_id?: string | null;
        launch_parameters?: LaunchParameters | null;
        snapshot_id?: string | null;
        working_directory?: string | null;
    }
    Index

    Properties

    blueprint_id?: string | null

    Use the blueprint with matching ID.

    launch_parameters?: LaunchParameters | null

    LaunchParameters enable you to customize the resources available to your Devbox as well as the environment set up that should be completed before the Devbox is marked as 'running'.

    snapshot_id?: string | null

    Use the snapshot with matching ID.

    working_directory?: string | null

    The working directory where the agent is expected to fulfill the scenario. Scoring functions also run from the working directory.