mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-05-02 07:42:40 +00:00
getting ready
This commit is contained in:
@@ -227,7 +227,6 @@ class Agent(BaseAgent):
|
||||
task_prompt += crew_knowledge_context
|
||||
|
||||
tools = tools or self.tools or []
|
||||
print(f"tools: {tools}")
|
||||
self.create_agent_executor(tools=tools, task=task)
|
||||
|
||||
if self.crew and self.crew._train:
|
||||
|
||||
Reference in New Issue
Block a user