Skip to content

Commit

Permalink
revert irr fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rayrayraykk committed Mar 13, 2024
1 parent 9819027 commit 4062aed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/agentscope/agents/dict_dialog_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ def reply(self, x: dict = None) -> dict:
).raw

# logging raw messages in debug mode
logger.debug(json.dumps(response, ensure_ascii=False, indent=4))
logger.debug(json.dumps(response, indent=4))

# In this agent, if the response is a dict, we treat "speak" as a
# special key, which represents the text to be spoken
Expand Down

0 comments on commit 4062aed

Please sign in to comment.