diff --git a/bots/bot.py b/bots/bot.py index 6f766d2..e887a23 100644 --- a/bots/bot.py +++ b/bots/bot.py @@ -74,6 +74,7 @@ async def on_message_activity(self, turn_context: TurnContext): turn_context.activity.text = turn_context.activity.text.split("Francis 봇")[1].strip() else: turn_context.activity.text = turn_context.activity.text + ai_parsed_error = "" try: ai_parsed_category = await openai_helper.get_parsed_question_category(turn_context.activity.text) except Exception as e: