pull/938/head
harshalmore31 2 months ago
parent 31a1cb47e7
commit 8cc1b67c85

@ -1191,8 +1191,9 @@ class Agent:
elif self.streaming_on: elif self.streaming_on:
pass pass
else: else:
self.pretty_print(response, loop_count) self.pretty_print(
response, loop_count
)
# Check and execute callable tools # Check and execute callable tools
if exists(self.tools): if exists(self.tools):
self.tool_execution_retry( self.tool_execution_retry(

Loading…
Cancel
Save