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

    Interface ScorerValidateParams

    interface ScorerValidateParams {
        scoring_context: unknown;
        environment_parameters?: ScenarioEnvironment;
    }
    Index

    Properties

    scoring_context: unknown

    Json context that gets passed to the custom scorer

    environment_parameters?: ScenarioEnvironment

    The Environment in which the Scenario will run.