From b61c250140683a13f047e5fbb66aff7754aee77c Mon Sep 17 00:00:00 2001 From: Kye Date: Mon, 15 Jan 2024 23:26:02 -0500 Subject: [PATCH] [README] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bfe3ce0e..497bc9e1 100644 --- a/README.md +++ b/README.md @@ -431,7 +431,7 @@ agent = Agent( ) # Create a task -task = Task(description="What's the weather in miami", agent=agent) +task = Task(agent, "Create a strategy to cut business costs by 40% this month") # Set the action and condition task.set_action(my_action)