mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-05-02 07:42:40 +00:00
Making all tests good
This commit is contained in:
@@ -243,18 +243,13 @@ class Task(BaseModel):
|
||||
tools = tools or self.tools or []
|
||||
|
||||
self.processed_by_agents.add(agent.role)
|
||||
print("====================================================")
|
||||
print("context", self.prompt_context)
|
||||
print("context", agent.role)
|
||||
print("context", context)
|
||||
|
||||
result = agent.execute_task(
|
||||
task=self,
|
||||
context=context,
|
||||
tools=tools,
|
||||
)
|
||||
print("result", result)
|
||||
print("====================================================")
|
||||
|
||||
pydantic_output, json_output = self._export_output(result)
|
||||
|
||||
task_output = TaskOutput(
|
||||
|
||||
Reference in New Issue
Block a user