From afc8df570a6067abb619ab2b0bd971ba177dea51 Mon Sep 17 00:00:00 2001 From: Eternal Reclaimer <98760976+kyegomez@users.noreply.github.com> Date: Fri, 23 Feb 2024 00:06:54 -0800 Subject: [PATCH] Update example.py --- example.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example.py b/example.py index d9ba8f1c..f2b11586 100644 --- a/example.py +++ b/example.py @@ -12,5 +12,5 @@ agent = Agent( # Run the workflow on a task agent( - "Find a chick fil a equivalent in san francisco in hayes valley" + "Find a chick fil a equivalent in hayes valley" )