This commit is contained in:
Xi Yan 2025-03-13 19:30:47 -07:00
parent 194d86a232
commit a715debcb8
4 changed files with 9 additions and 25 deletions

View file

@ -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: ...