Skip to content

Commit

Permalink
Update cache_tools.py
Browse files Browse the repository at this point in the history
  • Loading branch information
joaomdmoura authored Jan 14, 2024
1 parent df46b95 commit 6e6ae3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/crewai/tools/cache_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class CacheTools(BaseModel):
"""Default tools to hit the cache."""

model_config = ConfigDict(arbitrary_types_allowed=True)
name: str = "Hit Cache"
name: str = "hit cache"
cache_handler: CacheHandler = Field(
description="Cache Handler for the crew",
default=CacheHandler(),
Expand Down

0 comments on commit 6e6ae3d

Please sign in to comment.