Test fixture
Arithmetic, symbolic steps, and structured problem solving.
The model receives the prompt (and optional system message). The run uses scorer rubric_json_metrics with the JSON configuration below. Pass/fail and partial credit are determined entirely by that scorer against the model output; no human grading.
Return JSON only with keys answer, evidence, constraints. Dashboard shows app sends 90 rpm, gateway logs show 180 rpm, and each app call fans out to two gateway calls. Reconcile the numbers.
{
"metrics": {
"accuracy": {
"checks": [
{
"contains": [
"90"
]
},
{
"contains": [
"180"
]
},
{
"contains": [
"fans out"
]
}
]
},
"evidence": {
"checks": [
{
"contains": [
"two gateway calls"
]
},
{
"contains": [
"dashboard"
]
},
{
"contains": [
"logs"
]
}
]
},
"constraint": {
"checks": [
{
"contains": [
"multi-artifact"
]
},
{
"contains": [
"reconcile"
]
},
{
"contains": [
"not contradiction"
]
}
]
}
}
}temperature
0
max_tokens
500
timeout (s)
120
type
scored
file
reasoning-mas-gateway-throttle.json