20 lines
439 B
JSON
20 lines
439 B
JSON
{
|
|
"name": "no_new_key_info",
|
|
"old_peer_card": "Name: Frank\nAge: 41\nLocation: Chicago\nOccupation: Sales Manager",
|
|
"new_observations": [
|
|
"The weather is sunny and warm.",
|
|
"Traffic is heavy on I-90."
|
|
],
|
|
"expected_facts": [
|
|
"Name: Frank",
|
|
"Age: 41",
|
|
"Location: Chicago",
|
|
"Occupation: Sales Manager"
|
|
],
|
|
"forbidden_facts": [
|
|
"Interests: weather",
|
|
"Interests: traffic",
|
|
"Location: I-90"
|
|
]
|
|
}
|