Spaces:
Sleeping
Sleeping
File size: 435 Bytes
ff293b1 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | {
"events": [
{
"after_step": 1,
"set_contact_mood": {
"name": "Taylor Brooks",
"mood": "annoyed"
}
},
{
"after_step": 2,
"set_contact_mood": {
"name": "Taylor Brooks",
"mood": "angry"
}
},
{
"after_step": 3,
"set_contact_mood": {
"name": "Taylor Brooks",
"mood": "furious"
}
}
]
} |