diff --git a/README.md b/README.md index da78ce5..7a6529e 100644 --- a/README.md +++ b/README.md @@ -211,7 +211,7 @@ def greet(context_variables, language): return "Done" agent = Agent( - functions=[print_hello] + functions=[greet] ) client.run(