Update README.md typo in agent + ltm example

Remove  type annotation
pull/529/head
evelynmitchell 6 months ago committed by GitHub
parent 6861e1d9f0
commit 549c88bec5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -156,7 +156,7 @@ llm = OpenAIChat(
## Initialize the workflow
agent = Agent(
llm=llm,
agent_name: str = "WellNess Agent",
agent_name = "WellNess Agent",
name = "Health and Wellness Blog",
system_prompt="Generate a 10,000 word blog on health and wellness.",
max_loops=4,

Loading…
Cancel
Save