@runloop/api-client - v1.4.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

    Optional launch parameters to apply to the devbox environment at launch.

    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.