diff --git a/autogen_human_interaction/main.py b/autogen_human_interaction/main.py index 8663512..11fff37 100644 --- a/autogen_human_interaction/main.py +++ b/autogen_human_interaction/main.py @@ -57,4 +57,4 @@ ) # this will dump the chat into a json file to look at -json.dump(user.chat_messages[assistant], open("conversations.json", "w"), indent=2) +json.dump(user.chat_messages[assistant], open("conversations.json", "w"), indent=2) \ No newline at end of file