You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
task = Task(
agent=agent,
description=
f'Analyze and summarize the content bellow, make sure to include the most relevant information in the summary, return only the summary nothing else.\n\nCONTENT\n----------\n{chunk}'
) // (this is L34)
Is this deliberate?
DSL
The text was updated successfully, but these errors were encountered:
On this line, the text says "bellow" (note the two letter "L"):
https://github.com/joaomdmoura/crewAI-examples/blob/de183dcab06b8021dd403ec4d07116e4ed9b5da8/trip_planner/tools/browser_tools.py#L34
Is this deliberate?
DSL
The text was updated successfully, but these errors were encountered: