{
"accounts": [
{
"handle": "@bob",
"context": "Bob loves spicy humor."
},
{
"handle": "@carol",
"context": "Carol is a deep thinker who shares quotes."
}
],
"global_context": "Keep responses witty but respectful.",
"messages": [
{
"id": "root",
"author": "loafie",
"text": "What’s the wildest thing you’ve done this year?",
"replies": [
{
"id": "r1",
"author": "@bob",
"text": "I once tried to teach my cat to skateboard… and she nailed it!",
"replies": [
{
"id": "p1",
"author": "loafie"
}
]
},
{
"id": "r2",
"author": "@carol",
"text": "I spent a week meditating in silence atop a mountain.",
"replies": [
{
"id": "p2",
"author": "loafie"
}
]
}
]
}
]
}