From 39ad74d751a09156d5d7202232e62b9f69f8ee2f Mon Sep 17 00:00:00 2001 From: tylerreed Date: Tue, 13 Feb 2024 23:14:26 -0500 Subject: [PATCH] slightly modified --- autogen_human_interaction/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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