mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-10 00:28:31 +00:00
drop prints
This commit is contained in:
@@ -266,9 +266,6 @@ class LLM:
|
|||||||
text_response = response_message.content or ""
|
text_response = response_message.content or ""
|
||||||
tool_calls = getattr(response_message, "tool_calls", [])
|
tool_calls = getattr(response_message, "tool_calls", [])
|
||||||
|
|
||||||
print("MESSAGES IN LLM:")
|
|
||||||
print(messages)
|
|
||||||
|
|
||||||
# --- 3) Handle callbacks with usage info
|
# --- 3) Handle callbacks with usage info
|
||||||
if callbacks and len(callbacks) > 0:
|
if callbacks and len(callbacks) > 0:
|
||||||
for callback in callbacks:
|
for callback in callbacks:
|
||||||
|
|||||||
Reference in New Issue
Block a user