Skip to content

Commit

Permalink
fixed test cases.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahesh committed Nov 29, 2023
1 parent 33e9a86 commit 988123d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ async def handle_user_message(
@staticmethod
async def process_message(bot: str, user_message: UserMessage):
response = await AgentProcessor.get_agent(bot).handle_message(user_message)
print("^" * 100)
print(">" * 100)
print(response)
return response

Expand Down

0 comments on commit 988123d

Please sign in to comment.