From 549c88bec5cf47dee2eeb718a8e7b2d1315756ac Mon Sep 17 00:00:00 2001 From: evelynmitchell Date: Wed, 10 Jul 2024 18:20:46 -0600 Subject: [PATCH] Update README.md typo in agent + ltm example Remove type annotation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d1b604b49..25d128980 100644 --- a/README.md +++ b/README.md @@ -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,