src/dfcx_scrapi/core/conversation.py [478:489]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            return {
                "response_messages": (
                    f"""---- ERROR --- InternalServerError caught on CX.detect,
                    {err}"""
                ),
                "confidence": "",
                "page_name": "",
                "intent_name": "",
                "match_type": "",
                "match": None,
                "params": "",
                }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/dfcx_scrapi/core/conversation.py [509:520]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                return {
                    "response_messages": (
                        f"""---- ERROR --- ClientError caught on CX.detect,
                        {err}"""
                    ),
                    "confidence": "",
                    "page_name": "",
                    "intent_name": "",
                    "match_type": "",
                    "match": None,
                    "params": "",
                }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



