Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/llama_stack_client/lib/cli/inspect/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
@click.pass_context
@handle_client_errors("inspect version")
def inspect_version(ctx):
"""Show available providers on distribution endpoint"""
"""Show Llama Stack version on distribution endpoint"""
client = ctx.obj["client"]
console = Console()
version_response = client.inspect.version()
Expand Down
2 changes: 1 addition & 1 deletion src/llama_stack_client/lib/cli/providers/inspect.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
@click.pass_context
@handle_client_errors("inspect providers")
def inspect_provider(ctx, provider_id):
"""Show available providers on distribution endpoint"""
"""Show specific provider configuration on distribution endpoint"""
client = ctx.obj["client"]
console = Console()

Expand Down
Loading