{ "focus_texts": [ "remind me to send the invoice to Yusuf tomorrow morning", "book dentist appointment next Tuesday at 11", "someday review ideas with @marta_notes" ], "n_cases": 3, "n_failed": 0, "n_passed": 3, "results": [ { "missing_entities": [], "passed": true, "predicted_entities": [ { "group": "PARTICIPANT", "text": "yusuf" }, { "group": "DATETIME", "text": "tomorrow morning" } ], "required_entities": [ { "group": "PARTICIPANT", "text": "Yusuf" }, { "group": "DATETIME", "text": "tomorrow morning" } ], "text": "remind me to send the invoice to Yusuf tomorrow morning" }, { "missing_entities": [], "passed": true, "predicted_entities": [ { "group": "DATETIME", "text": "next tuesday at 11" } ], "required_entities": [ { "group": "DATETIME", "text": "next Tuesday at 11" } ], "text": "book dentist appointment next Tuesday at 11" }, { "missing_entities": [], "passed": true, "predicted_entities": [ { "group": "PRIORITY", "text": "someday" }, { "group": "PARTICIPANT", "text": "@marta_notes" } ], "required_entities": [ { "group": "PRIORITY", "text": "someday" }, { "group": "PARTICIPANT", "text": "@marta_notes" } ], "text": "someday review ideas with @marta_notes" } ] }