File size: 554 Bytes
aedcc7a | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | {
"criteria": {
"rubric_based_final_response_quality_v1": {
"threshold": 0.8,
"judgeModelOptions": {
"judgeModel": "gemini-flash-latest",
"numSamples": 1
},
"rubrics": [
{
"rubricId": "relevance",
"rubricContent": { "textProperty": "The response directly addresses the user's query." }
},
{
"rubricId": "helpfulness",
"rubricContent": { "textProperty": "The response is helpful and provides useful information." }
}
]
}
}
}
|