diff --git a/backend/agent/coding_agent.py b/backend/agent/coding_agent.py index 47b77f2..e066b46 100644 --- a/backend/agent/coding_agent.py +++ b/backend/agent/coding_agent.py @@ -82,7 +82,7 @@ def __init__( functions (Optional[List[dict]]): A list of functions that the agent can call. callables (Optional[List[Callable]]): A list of callable functions. """ - # TODO Fix model saying it's checking systems when its not + self.memory_manager = memory_manager self.function_map = function_map self.GPT_MODEL = 'gpt-4-0125-preview'