fix typo in quickstart snippet

This commit is contained in:
Manuel Soria
2023-11-17 15:11:31 -03:00
parent 5507c4a366
commit d6202e35fe

View File

@@ -35,7 +35,7 @@ researcher = Agent(
writer = Agent(
role='Writer',
goal='Create engaging content',
backstory="You're a famous technical writer, specialized on writing data related content"
backstory="You're a famous technical writer, specialized on writing data related content",
verbose=True
)