From 14a0ac66e41d33cb6e072a0416e51a30d78c93ff Mon Sep 17 00:00:00 2001 From: Willem van den Ende Date: Wed, 30 Apr 2025 16:10:51 +0100 Subject: [PATCH] results, but no links, still --- agentic_search.py | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/agentic_search.py b/agentic_search.py index 1f26cd0..727b44e 100644 --- a/agentic_search.py +++ b/agentic_search.py @@ -49,10 +49,11 @@ bot = Assistant(llm=llm_cfg, function_list=tools) messages = [{'role': 'user', 'content': """" - Write a 500 word blog post about the latest qwen 3 model. - Use the search tool, and fetch the top 3 articles before you write the post. - Provide urls to the articles, do not hallucinate. Take your time to think. - Write in a casual, but factual style - no hyperbole. """}] + - Research: "Search about local LLMs published in the last 3 years. Print the url for each search result." + - **Analysis**: "Summarize the key findings of these studies and identify 3 common concerns." + - **Synthesis**: "Create a blog post outlining these concerns and potential solutions, including urls of the studies." + + """}] final_responses = None # Consider adding error handling around bot.run