added a client extra, updated message

This commit is contained in:
Ashwin Bharambe 2025-11-07 09:30:15 -08:00
parent 7d115d3b5c
commit f6e15558bb
3 changed files with 13 additions and 2 deletions

View file

@ -30,7 +30,7 @@ try:
)
except ImportError as e:
raise ImportError(
"llama-stack-client is not installed. Please install it with `pip install llama-stack-client`."
"llama-stack-client is not installed. Please install it with `uv pip install llama-stack[client]`."
) from e
from pydantic import BaseModel, TypeAdapter