mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-26 08:31:59 +00:00
kill older tech-debt, make get_provider_impl async
This commit is contained in:
parent
38a9c119df
commit
a66074a10e
6 changed files with 31 additions and 21 deletions
|
|
@ -113,7 +113,7 @@ class ProviderSpec(BaseModel):
|
|||
|
||||
|
||||
class RoutingTable(Protocol):
|
||||
def get_provider_impl(self, routing_key: str) -> Any: ...
|
||||
async def get_provider_impl(self, routing_key: str) -> Any: ...
|
||||
|
||||
|
||||
# TODO: this can now be inlined into RemoteProviderSpec
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue