From 8cc1b67c85f05fdb28ed74b00af574568266fcb4 Mon Sep 17 00:00:00 2001 From: harshalmore31 Date: Wed, 13 Aug 2025 18:30:05 +0530 Subject: [PATCH] fixes ! --- swarms/structs/agent.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/swarms/structs/agent.py b/swarms/structs/agent.py index d0f35cd4..54642f3b 100644 --- a/swarms/structs/agent.py +++ b/swarms/structs/agent.py @@ -1191,8 +1191,9 @@ class Agent: elif self.streaming_on: pass else: - self.pretty_print(response, loop_count) - + self.pretty_print( + response, loop_count + ) # Check and execute callable tools if exists(self.tools): self.tool_execution_retry(