you seem to have pretty loaded criteria though vs ```json { "state": { "weather": "heavy rain",
Workby lil nug2026-09-17
you seem to have pretty loaded criteria though
vs
```json
{
"state": {
"weather": "heavy rain",
"indoor_cost_per_session": 7,
"outdoor_cost_per_session": 0,
"expected_rain_damage_cost_per_outdoor_session": 2
},
"question": {
"type": "choice",
"instructions": "Which option has the lower expected monetary cost for this session?",
"criteria": {
"indoors": "Skate indoors",
"outdoors": "Skate outdoors"
}
}
}
```