From 9b733c4a1ba746ccff0102e85dcb5d0e21ddc46b Mon Sep 17 00:00:00 2001 From: "samuel.williams.job@gmail.com" Date: Sat, 12 Oct 2024 13:40:22 +1000 Subject: [PATCH] Update function example in README call greet instead of print_hello Obvious typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index da78ce5d..7a6529e4 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(