From d360ba8d0806a7d21562043ba4664a55bfe68529 Mon Sep 17 00:00:00 2001 From: zachary62 Date: Tue, 1 Jul 2025 19:53:21 +0000 Subject: [PATCH] fix the search func call --- cookbook/pocketflow-agent/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbook/pocketflow-agent/utils.py b/cookbook/pocketflow-agent/utils.py index 2c61289..710c745 100644 --- a/cookbook/pocketflow-agent/utils.py +++ b/cookbook/pocketflow-agent/utils.py @@ -48,5 +48,5 @@ if __name__ == "__main__": print("## Testing search_web") query = "Who won the Nobel Prize in Physics 2024?" print(f"## Query: {query}") - results = search_web(query) + results = search_web_duckduckgo(query) print(f"## Results: {results}") \ No newline at end of file