Add all TM channel mappings (UEFA, PrimeDualBenefit, etc.)
Only value/mass/onsite/outbound were mapped, so jobs with channel=UEFA got "Unknown channel" and fell back to no TM matches, causing all LOW confidence scores. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
b0055c53ab
commit
ee3de41723
1 changed files with 8 additions and 0 deletions
|
|
@ -29,6 +29,14 @@ CHANNEL_FILE_MAP: dict[str, str] = {
|
|||
"mass": "flat_MASS_{lc}.json",
|
||||
"onsite": "flat_Onsite_{lc}.json",
|
||||
"outbound": "flat_Outbound_{lc}.json",
|
||||
"uefa": "flat_UEFA_{lc}.json",
|
||||
"doubledonut": "flat_DoubleDonut_{lc}.json",
|
||||
"euselection": "flat_EUSelection_{lc}.json",
|
||||
"primedualbenefit": "flat_PrimeDualBenefit_{lc}.json",
|
||||
"primegourmetguard": "flat_PrimeGourmetGuard_{lc}.json",
|
||||
"primemidfunnel": "flat_PrimeMidfunnel_{lc}.json",
|
||||
"primespeed": "flat_PrimeSpeed_{lc}.json",
|
||||
"thekiss": "flat_TheKiss_{lc}.json",
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue