llama-stack/tests/integration/datasetio/test_dataset.csv
Ashwin Bharambe abfbaf3c1b
refactor(test): move tools, evals, datasetio, scoring and post training tests (#1401)
All of the tests from `llama_stack/providers/tests/` are now moved to
`tests/integration`.

I converted the `tools`, `scoring` and `datasetio` tests to use API.
However, `eval` and `post_training` proved to be a bit challenging to
leaving those. I think `post_training` should be relatively
straightforward also.

As part of this, I noticed that `wolfram_alpha` tool wasn't added to
some of our commonly used distros so I added it. I am going to remove a
lot of code duplication from distros next so while this looks like a
one-off right now, it will go away and be there uniformly for all
distros.
2025-03-04 14:53:47 -08:00

684 B

1input_querygenerated_answerexpected_answerchat_completion_input
2What is the capital of France?LondonParis[{'role': 'user', 'content': 'What is the capital of France?'}]
3Who is the CEO of Meta?Mark ZuckerbergMark Zuckerberg[{'role': 'user', 'content': 'Who is the CEO of Meta?'}]
4What is the largest planet in our solar system?JupiterJupiter[{'role': 'user', 'content': 'What is the largest planet in our solar system?'}]
5What is the smallest country in the world?ChinaVatican City[{'role': 'user', 'content': 'What is the smallest country in the world?'}]
6What is the currency of Japan?YenYen[{'role': 'user', 'content': 'What is the currency of Japan?'}]