mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-15 00:22:37 +00:00
Added tests for persistence
This commit is contained in:
parent
cae5b0708b
commit
862ff6c653
7 changed files with 157 additions and 11 deletions
|
|
@ -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
|
||||
return {"impls": impls, "persistence": config_dict['providers']['agents'][0]['config']['persistence_store']}
|
||||
|
||||
|
||||
def read_providers(api: Api, config_dict: Dict[str, Any]) -> Dict[str, Any]:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue