Added remaining files

This commit is contained in:
Sarthak Deshpande 2024-10-21 20:33:08 +05:30
parent 46795b9bbf
commit 8e213e049c
4 changed files with 7 additions and 7 deletions

View file

@ -46,7 +46,7 @@ async def resolve_impls_for_test(api: Api, deps: List[Api] = None):
{"X-LlamaStack-ProviderData": json.dumps(provider_data)}
)
return {"impls": impls, "persistence": config_dict['providers']['agents'][0]['config']['persistence_store']}
return impls
def read_providers(api: Api, config_dict: Dict[str, Any]) -> Dict[str, Any]: