From 471005efedcdfb9cb1cf665f8a70697cc1dcf18b Mon Sep 17 00:00:00 2001 From: Sarah Wooders Date: Mon, 8 Jan 2024 16:58:59 -0800 Subject: [PATCH] Fix CLI formatting --- memgpt/cli/cli_config.py | 1 - 1 file changed, 1 deletion(-) diff --git a/memgpt/cli/cli_config.py b/memgpt/cli/cli_config.py index 3b564514..6bb0a5e6 100644 --- a/memgpt/cli/cli_config.py +++ b/memgpt/cli/cli_config.py @@ -670,7 +670,6 @@ def delete(option: str, name: str): # TODO: should we also delete from agents? elif option == "agent": - agent = ms.get_agent(agent_name=name, user_id=user_id) # recall memory