mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-10 08:38:30 +00:00
amking inject date true by default
This commit is contained in:
@@ -116,7 +116,7 @@ class Agent(BaseAgent):
|
|||||||
description="Whether the agent is multimodal.",
|
description="Whether the agent is multimodal.",
|
||||||
)
|
)
|
||||||
inject_date: bool = Field(
|
inject_date: bool = Field(
|
||||||
default=False,
|
default=True,
|
||||||
description="Whether to automatically inject the current date into tasks.",
|
description="Whether to automatically inject the current date into tasks.",
|
||||||
)
|
)
|
||||||
date_format: str = Field(
|
date_format: str = Field(
|
||||||
|
|||||||
Reference in New Issue
Block a user