mirror of
https://github.com/meta-llama/llama-stack.git
synced 2026-01-01 17:24:32 +00:00
update
This commit is contained in:
parent
194d86a232
commit
a715debcb8
4 changed files with 9 additions and 25 deletions
|
|
@ -33,4 +33,4 @@ class Providers(Protocol):
|
|||
async def list_providers(self) -> ListProvidersResponse: ...
|
||||
|
||||
@webmethod(route="/providers/{provider_id}", method="GET")
|
||||
async def inspect_provider(self, provider_id: str) -> Optional[ProviderInfo]: ...
|
||||
async def inspect_provider(self, provider_id: str) -> ProviderInfo: ...
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue