fix: typo in memgpt/autogen/memgpt_agent.py

This commit is contained in:
Surav Shrestha
2023-10-23 11:11:18 +05:45
parent 5935f14d7f
commit 0a0fd1c0e4

View File

@@ -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',