Chris
commited on
Commit
·
4048da2
1
Parent(s):
4d128ff
Final 7.9.3
Browse files- 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.
|
| 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,
|