## Describe the bug When running `llama-stack-client eval_tasks list` I receive the following error: ``` bash ╭──────────────────────────────────────────────────────────────────╮ │ Failed to list eval tasks │ │ │ │ Error Type: AttributeError │ │ Details: 'LlamaStackClient' object has no attribute 'eval_tasks' │ ╰──────────────────────────────────────────────────────────────────╯ ``` ## To Reproduce * Install the latest Llama Stack Client `pip install llama-stack-client` * Ensure a Llama Stack Server is running and pre-configured using `llama-stack-client configure` * Run the following command ```bash llama-stack-client eval_tasks list ``` ## Expected behavior The list of eval tasks should be printed to the console or a blank list if none exist ## Desktop - OS: Mac OS - llama stack client ver: v0.2.14
Describe the bug
When running
llama-stack-client eval_tasks listI receive the following error:To Reproduce
pip install llama-stack-clientllama-stack-client configureExpected behavior
The list of eval tasks should be printed to the console or a blank list if none exist
Desktop