amking inject date true by default

This commit is contained in:
João Moura
2025-06-08 00:04:04 -07:00
parent ca1b8d84ea
commit 3ee9804b64

View File

@@ -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(