mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-05-03 00:02:36 +00:00
Drop print
This commit is contained in:
@@ -406,8 +406,6 @@ class Agent(BaseAgent):
|
|||||||
)
|
)
|
||||||
tool_strings.append(f"{description}\nTool Arguments: {args_schema}")
|
tool_strings.append(f"{description}\nTool Arguments: {args_schema}")
|
||||||
|
|
||||||
print("TOOL STRINGS:", "\n".join(tool_strings))
|
|
||||||
|
|
||||||
return "\n".join(tool_strings)
|
return "\n".join(tool_strings)
|
||||||
|
|
||||||
def _validate_docker_installation(self) -> None:
|
def _validate_docker_installation(self) -> None:
|
||||||
|
|||||||
Reference in New Issue
Block a user