Skip to content

Commit

Permalink
fix: error
Browse files Browse the repository at this point in the history
  • Loading branch information
xncbf committed Nov 15, 2023
1 parent 76b36a7 commit b7b84e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bots/bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ async def on_message_activity(self, turn_context: TurnContext):
turn_context.activity.text = turn_context.activity.text.split("<at>Francis 봇</at>")[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:
Expand Down

0 comments on commit b7b84e1

Please sign in to comment.