CHOOSESecurity & safety
Restaurant Allergy Assistant Integration
This project integrates a Jev mechanism to enhance a restaurant's allergy assistant by acting as a reader for unresolved queries, selecting dishes and allergens from a closed list, and relying on a chef-confirmed knowledge base for answers.
TakeIt runs only when my deterministic parser returns unresolved, picks (dish, allergens) from a closed list, and the chef-confirmed KB still writes the answer.
Put @typesafeai Jev in front of my restaurant's allergy assistant. Not as the answer, as the reader. It runs only when my deterministic parser returns unresolved, picks (dish, allergens) from a closed list, and the chef-confirmed KB still writes the answer.
Two calls: (1) a choice over the 28 active dishes + intent + a noul for severity, on the raw text. (2) one noul per allergen, 19 of them, on the text with the dish name masked out. Anything under a 0.60 confidence floor stays unresolved. No free text anywhere in the loop.