Interface ReinforcementTuningStringMatchRewardScorerJsonMatchExpression

Converts parsed responses to JSON format, finds the first-level matching key, then performs StringMatchExpression on the value.

interface ReinforcementTuningStringMatchRewardScorerJsonMatchExpression {
    keyName?: string;
    valueStringMatchExpression?: ReinforcementTuningStringMatchRewardScorerStringMatchExpression;
}

Properties

keyName?: string

Json key name to find the value to match against.

String match expression to match against the value of json key.