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 block." The sample response from the model under tuning might look like: > "Yes" Here, users can define the following parse config: { "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.
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 block." The sample response from the model under tuning might look like: > "Yes " Here, users can define the following parse config:
{ "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.