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)