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

    Interface ScorerValidateResponse

    interface ScorerValidateResponse {
        name: string;
        scoring_context: unknown;
        scoring_result: ScoringFunctionResultView;
        environment_parameters?: ScenarioEnvironment;
    }
    Index

    Properties

    name: string

    Name of the custom scorer.

    scoring_context: unknown

    Json context that gets passed to the custom scorer

    Result of the scoring function.

    environment_parameters?: ScenarioEnvironment

    The Environment in which the Scenario will run.