honcho/tests/bench/peer_card_tests/update_location.json

11 lines
266 B
JSON

{
"name": "update_location",
"old_peer_card": "Name: Bob\nAge: 24\nLocation: New York\nOccupation: Software Engineer\nInterests: Programming, hiking",
"new_observations": [
"Bob now lives in Boston."
],
"expected_facts": [
"Location: Boston"
]
}