mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-26 00:28:13 +00:00
adding extra space
This commit is contained in:
@@ -397,7 +397,7 @@ class Task(BaseModel):
|
|||||||
)
|
)
|
||||||
printer = Printer()
|
printer = Printer()
|
||||||
printer.print(
|
printer.print(
|
||||||
content=f"Guardrail blocked, retrying, due to:{guardrail_result.error}\n",
|
content=f"Guardrail blocked, retrying, due to: {guardrail_result.error}\n",
|
||||||
color="yellow",
|
color="yellow",
|
||||||
)
|
)
|
||||||
return self._execute_core(agent, context, tools)
|
return self._execute_core(agent, context, tools)
|
||||||
|
|||||||
Reference in New Issue
Block a user