fix: add United Healthcare SCO aliases so AI chat routes to UnitedDH worker
"United Healthcare SCO" does not contain the substring "united sco" so deriveSiteKey was falling through to the MH default. Add exact and prefix aliases so any United Healthcare variant maps to UNITED_SCO. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -21,6 +21,8 @@
|
||||
{ "keyword": "tuftssco", "siteKey": "TUFTS_SCO" },
|
||||
|
||||
{ "keyword": "united healthone sco", "siteKey": "UNITED_SCO" },
|
||||
{ "keyword": "united healthcare sco", "siteKey": "UNITED_SCO" },
|
||||
{ "keyword": "united healthcare", "siteKey": "UNITED_SCO" },
|
||||
{ "keyword": "united sco", "siteKey": "UNITED_SCO" },
|
||||
{ "keyword": "dentalhub", "siteKey": "UNITED_SCO" },
|
||||
{ "keyword": "united_sco", "siteKey": "UNITED_SCO" },
|
||||
|
||||
Reference in New Issue
Block a user