ktek commited on
Commit
d8bc2e2
·
1 Parent(s): 5e91de7

added a new intent for crm referral

Browse files
Files changed (1) hide show
  1. src/agent/intent_classifier.py +1 -0
src/agent/intent_classifier.py CHANGED
@@ -16,6 +16,7 @@ class IntentType(Enum):
16
  HYBRID_QUERY = "hybrid_query"
17
  CONVERSATIONAL = "conversational"
18
  AMBIGUOUS = "ambiguous"
 
19
 
20
 
21
  @dataclass
 
16
  HYBRID_QUERY = "hybrid_query"
17
  CONVERSATIONAL = "conversational"
18
  AMBIGUOUS = "ambiguous"
19
+ CRM_REFERRAL = "crm_referral"
20
 
21
 
22
  @dataclass