mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-10 16:48:30 +00:00
Merge branch 'conditional-task-f' of github.com:joaomdmoura/crewAI into test-hierarchical-tools-proper-setup
This commit is contained in:
@@ -660,7 +660,7 @@ class Crew(BaseModel):
|
||||
previous_output
|
||||
):
|
||||
self._logger.log(
|
||||
"info",
|
||||
"debug",
|
||||
f"Skipping conditional task: {task.description}",
|
||||
color="yellow",
|
||||
)
|
||||
@@ -670,6 +670,7 @@ class Crew(BaseModel):
|
||||
agent=task.agent.role if task.agent else "",
|
||||
output_format=OutputFormat.RAW,
|
||||
)
|
||||
|
||||
if not was_replayed:
|
||||
self._store_execution_log(
|
||||
task,
|
||||
|
||||
Reference in New Issue
Block a user