fix: typo in memgpt/autogen/memgpt_agent.py
This commit is contained in:
@@ -80,7 +80,7 @@ class MemGPTAgent(ConversableAgent):
|
|||||||
def pretty_concat(messages):
|
def pretty_concat(messages):
|
||||||
"""AutoGen expects a single response, but MemGPT may take many steps.
|
"""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 = {
|
ret = {
|
||||||
'role': 'assistant',
|
'role': 'assistant',
|
||||||
|
|||||||
Reference in New Issue
Block a user