mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-08 15:48:29 +00:00
removing logging
This commit is contained in:
@@ -125,7 +125,6 @@ class CrewAgentExecutor(CrewAgentExecutorMixin):
|
||||
action_result = self._use_tool(formatted_answer)
|
||||
formatted_answer.text += f"\nObservation: {action_result}"
|
||||
formatted_answer.result = action_result
|
||||
print("formatted_answer", formatted_answer)
|
||||
self._show_logs(formatted_answer)
|
||||
|
||||
if self.step_callback:
|
||||
|
||||
Reference in New Issue
Block a user