fix typo in quickstart snippet

This commit is contained in:
Manuel Soria
2023-11-17 15:11:31 -03:00
parent cbc7847bbe
commit 6031a654a3

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
)