diff --git a/src/tool_index.py b/src/tool_index.py index a71e60264..4efafd357 100644 --- a/src/tool_index.py +++ b/src/tool_index.py @@ -372,6 +372,10 @@ class ToolIndex: frozenset({"save contact", "add contact", "new contact", "update contact", "edit contact", "delete contact", "remove contact", "save this person", "add to contacts", "save to contacts", + # "add to (my) contacts" — words between 'add' and + # 'contacts' break the literal phrase match above, so anchor + # on the tail. + "to my contacts", "to contacts", "to address book", # "save this for " / "save it for " — the user # is storing info on a known person without using the literal # word 'contact'. Catches the address/phone-paste pattern.