diff --git a/src/dfcx_scrapi/core/conversation.py b/src/dfcx_scrapi/core/conversation.py index 5e8a9da1..ce354e7b 100644 --- a/src/dfcx_scrapi/core/conversation.py +++ b/src/dfcx_scrapi/core/conversation.py @@ -132,7 +132,8 @@ def _get_match_type_from_map(match_type: int): 4: "NO_MATCH", 5: "NO_INPUT", 6: "EVENT", - 8: "KNOWLEDGE_CONNECTOR" + 8: "KNOWLEDGE_CONNECTOR", + 9: "LLM" } return match_type_map[match_type]