Chris commited on
Commit
4048da2
·
1 Parent(s): 4d128ff

Final 7.9.3

Browse files
Files changed (1) hide show
  1. src/agents/router.py +1 -1
src/agents/router.py CHANGED
@@ -1076,7 +1076,7 @@ REASONING: [brief explanation]
1076
  'general': QuestionType.UNKNOWN
1077
  }
1078
 
1079
- question_type = type_mapping.get(final_type, QuestionType.GENERAL_INQUIRY)
1080
 
1081
  return {
1082
  'type': final_type,
 
1076
  'general': QuestionType.UNKNOWN
1077
  }
1078
 
1079
+ question_type = type_mapping.get(final_type, QuestionType.UNKNOWN)
1080
 
1081
  return {
1082
  'type': final_type,