diff --git a/listeners/listener_utils/parse_conversation.py b/listeners/listener_utils/parse_conversation.py index 8bb2376..a7573e3 100644 --- a/listeners/listener_utils/parse_conversation.py +++ b/listeners/listener_utils/parse_conversation.py @@ -2,6 +2,7 @@ from typing import Optional, List from slack_sdk.web.slack_response import SlackResponse + # Parses a conversation history, excluding messages from the bot, # and formats it as a string with user IDs and their messages. # Used in `app_mentioned_callback`, `dm_sent_callback`,