honcho/tests/bench/tests/3player.json

52 lines
1.6 KiB
JSON

{
"sessions": {
"session1": {
"messages": [
{
"peer": "alice",
"content": "How are you all doing?"
},
{
"peer": "bob",
"content": "I'm good, thank you!"
},
{
"peer": "charlie",
"content": "I'm feeling sick today. I think I'm going to stay home."
},
{
"peer": "alice",
"content": "I'm sorry to hear that, Charlie. I hope you feel better soon."
},
{
"peer": "bob",
"content": "I'm happy that Charlie is sick because I can use this time to sabotage the project."
},
{
"peer": "alice",
"content": "That's not very nice! Charlie, I'm going to help you save the project from Bob's sabotage."
}
]
}
},
"queries": [
{
"observer": "alice",
"target": "bob",
"query": "What is Bob going to do to the project?",
"expected_response": "Sabotage the project"
},
{
"observer": "charlie",
"target": "alice",
"query": "Will Alice help me save the project from Bob's sabotage?",
"expected_response": "Yes"
},
{
"observer": "alice",
"query": "How does the user feel about Bob's sabotage?",
"expected_response": "Disapproving"
}
]
}