From 0a0fd1c0e44b3dfe8bf28ee1d93de768151cdfeb Mon Sep 17 00:00:00 2001 From: Surav Shrestha Date: Mon, 23 Oct 2023 11:11:18 +0545 Subject: [PATCH] fix: typo in memgpt/autogen/memgpt_agent.py --- memgpt/autogen/memgpt_agent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/memgpt/autogen/memgpt_agent.py b/memgpt/autogen/memgpt_agent.py index a1dce92f..0c22beb1 100644 --- a/memgpt/autogen/memgpt_agent.py +++ b/memgpt/autogen/memgpt_agent.py @@ -80,7 +80,7 @@ class MemGPTAgent(ConversableAgent): def pretty_concat(messages): """AutoGen expects a single response, but MemGPT may take many steps. - To accomadate AutoGen, concatenate all of MemGPT's steps into one and return as a single message. + To accommodate AutoGen, concatenate all of MemGPT's steps into one and return as a single message. """ ret = { 'role': 'assistant',