docs: update changelog dates (#2437)

* docs: update changelog dates

* docs: add aws bedrock tools docs

* docs: fix incorrect respect_context_window parameter in Crew example
This commit is contained in:
Tony Kipkemboi
2025-03-24 12:06:50 -04:00
committed by GitHub
parent ed1f009c64
commit bdc92deade
5 changed files with 365 additions and 12 deletions

View File

@@ -39,8 +39,7 @@ analysis_crew = Crew(
agents=[coding_agent],
tasks=[data_analysis_task],
verbose=True,
memory=False,
respect_context_window=True # enable by default
memory=False
)
datasets = [