{
"state": {
"session_id": 0,
"script_id": 0,
"script_title": "string",
"setting": "string",
"progress": 0,
"completed": true,
"current_scene_index": 0,
"total_scenes": 0,
"scores": {
"property1": 0,
"property2": 0
},
"abilities": [
{
"code": "string",
"name": "string",
"description": "string"
}
],
"current_scene": {
"id": "string",
"title": "string",
"text": "string",
"options": [
{
"id": "string",
"text": "string"
}
],
"is_end": false
},
"history": [
{
"scene_id": "string",
"choice_id": "string"
}
],
"report": {
"final_scores": {
"property1": 0,
"property2": 0
},
"advice": "string",
"ability_labels": {
"property1": "string",
"property2": "string"
},
"ability_descriptions": {
"property1": "string",
"property2": "string"
},
"history": [
{
"scene_id": "string",
"choice_id": "string"
}
]
}
}
}