{
"id": "stratus-rollout-95e45106220c",
"object": "rollout.prediction",
"created": 1769575678,
"goal": "Find and book a hotel in San Francisco",
"initial_state": "Goal: Find and book a hotel in San Francisco\nStep: 1",
"action_sequence": [
{
"step": 1,
"action_id": 17,
"action_name": "search",
"action_category": "retrieval"
},
{
"step": 2,
"action_id": 10,
"action_name": "select",
"action_category": "navigation"
},
{
"step": 3,
"action_id": 28,
"action_name": "read",
"action_category": "retrieval"
}
],
"predictions": [
{
"step": 1,
"action": {
"step": 1,
"action_id": 17,
"action_name": "search",
"action_category": "retrieval"
},
"current_state": {
"step": 0,
"magnitude": 16.37,
"confidence": "High"
},
"predicted_state": {
"step": 1,
"magnitude": 18.39,
"confidence": "High"
},
"state_change": 15.48,
"interpretation": "Significant state transition (action has strong effect)"
}
// ... more predictions
],
"summary": {
"total_steps": 3,
"initial_magnitude": 16.37,
"final_magnitude": 21.63,
"total_state_change": 23.45,
"outcome": "Goal likely achieved (large cumulative change)",
"action_path": ["search", "select", "read"]
}
}