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

    Interface ScorerUpdateResponse

    A ScenarioScorerView represents a custom scoring function for a Scenario.

    interface ScorerUpdateResponse {
        id: string;
        bash_script: string;
        type: string;
    }
    Index

    Properties

    Properties

    id: string

    ID for the scenario scorer.

    bash_script: string

    Bash script that takes in $RL_SCORER_CONTEXT as env variable and runs scoring.

    type: string

    Name of the type of scenario scorer.