From 3ee9804b6407410dc6191f969dadb91b97e880f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Moura?= Date: Sun, 8 Jun 2025 00:04:04 -0700 Subject: [PATCH] amking inject date true by default --- src/crewai/agent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/crewai/agent.py b/src/crewai/agent.py index f9a928705..1d090aab9 100644 --- a/src/crewai/agent.py +++ b/src/crewai/agent.py @@ -116,7 +116,7 @@ class Agent(BaseAgent): description="Whether the agent is multimodal.", ) inject_date: bool = Field( - default=False, + default=True, description="Whether to automatically inject the current date into tasks.", ) date_format: str = Field(