Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
kl2806 committed Nov 15, 2024
1 parent 7756f3b commit 28f7004
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion letta/offline_memory_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 28f7004

Please sign in to comment.