Reinforcement Tuning Parse Response Config
@Serializable
Defines how to parse sample response config for reinforcement tuning. The parsed response (i.e., substring) will be passed to the reward functions. For example, the input prompt might be: "Perform step-by-step thoughts first to problem A, finally output answer in the `` { "parseType": "REGEX_EXTRACT", "regexExtractExpression": ".*(.*?)" } `` The resulting parsed response would be "Yes" and will be passed to the reward functions for evaluating rewards. This data type is not supported in Gemini API.