Class ReinforcementTuningParseResponseConfig

Defines how to parse sample response for reinforcement tuning.

Constructors

Properties

parseType?: ResponseParseType

Defines how to parse sample response.

regexExtractExpression?: string

Defines the regex to extract the important part of sample response. This field is only used when parse_type is REGEX_EXTRACT.