drop prints

This commit is contained in:
Brandon Hancock
2025-02-06 18:35:34 -05:00
parent b57fbfb943
commit fe35161669

View File

@@ -266,9 +266,6 @@ class LLM:
text_response = response_message.content or ""
tool_calls = getattr(response_message, "tool_calls", [])
print("MESSAGES IN LLM:")
print(messages)
# --- 3) Handle callbacks with usage info
if callbacks and len(callbacks) > 0:
for callback in callbacks: