Fix typo in llama_experts_pdf test case naming

Signed-off-by: Ben Browning <bbrownin@redhat.com>
This commit is contained in:
Ben Browning 2025-06-13 13:41:37 -04:00
parent 46da232e83
commit ec09524a91

View file

@ -42,7 +42,7 @@ test_response_file_search:
# vector_store_ids param for file_search tool gets added by the test runner # vector_store_ids param for file_search tool gets added by the test runner
file_content: "Llama 4 Maverick has 128 experts" file_content: "Llama 4 Maverick has 128 experts"
output: "128" output: "128"
- case_id: "What is the " - case_id: "llama_experts_pdf"
input: "How many experts does the Llama 4 Maverick model have?" input: "How many experts does the Llama 4 Maverick model have?"
tools: tools:
- type: file_search - type: file_search