mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-01 16:24:44 +00:00
fix: Make search tool talk about models
Prevent it from returning results about 'LT Wright Maverick Scout' knives. Ultimatly we want the word "model" in the returned results putting llm in the search term make this more likely. Closes: #2150 Signed-off-by: Derek Higgins <derekh@redhat.com>
This commit is contained in:
parent
e3ad17ec5e
commit
a5dcb89079
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ test_response_multi_turn_image:
|
|||
- type: input_image
|
||||
image_url: "https://upload.wikimedia.org/wikipedia/commons/f/f7/Llamas%2C_Vernagt-Stausee%2C_Italy.jpg"
|
||||
output: "llama"
|
||||
- input: "Search the web using the search tool for the animal from the previous response. Your search query should be a single phrase that includes the animal's name and the words 'maverick' and 'scout'."
|
||||
- input: "Search the web using the search tool for the animal from the previous response. Your search query should be a single phrase that includes the animal's name and the words 'maverick', 'scout' and 'llm'"
|
||||
tools:
|
||||
- type: web_search
|
||||
output: "model"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue