Skip to content
Discussion options

You must be logged in to vote

Hey Abdul,

Good question and after looking at my training data, I actually had the wrong format for web_search. The web_search tool just returns a plain string to the LLM. The search tool searches with DuckDuckGo, then sends the response to a separate LLM call to summarize, then returns the summary as a string to the main agent.

The example should look like this:

{                                                                                                                   
  "messages": [
    {"role": "system", "content": "You are CAAL, a voice assistant created by CoreWorxLab."},                       
    {"role": "user", "content": "Have the NVIDIA 60-series GPUs been announced ye…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by AbdulShahzeb
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
03-Q&A
Labels
None yet
2 participants