results, but no links, still

This commit is contained in:
Willem van den Ende 2025-04-30 16:10:51 +01:00
parent 210e1e7db2
commit 14a0ac66e4

View File

@ -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