From 28f70044b27af2351795cf4dd1397714ee3307da Mon Sep 17 00:00:00 2001 From: Kevin Lin Date: Thu, 14 Nov 2024 16:01:46 -0800 Subject: [PATCH] remove print --- letta/offline_memory_agent.py | 1 - 1 file changed, 1 deletion(-) diff --git a/letta/offline_memory_agent.py b/letta/offline_memory_agent.py index 48bb9f79c0..b43b465119 100644 --- a/letta/offline_memory_agent.py +++ b/letta/offline_memory_agent.py @@ -93,7 +93,6 @@ def step( messages=next_input_message, **kwargs, ) - print(step_response) for message in step_response.messages: if message.tool_calls: for tool_call in message.tool_calls: