mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-16 10:39:27 +00:00
minimize change
This commit is contained in:
parent
ed78090b8e
commit
06d02bf3de
23 changed files with 161 additions and 197 deletions
|
|
@ -314,8 +314,7 @@ class MetaReferenceAgentsImpl(Agents):
|
|||
return paginate_records(session_dicts, start_index, limit)
|
||||
|
||||
async def shutdown(self) -> None:
|
||||
await self.persistence_store.close()
|
||||
await self.responses_store.shutdown()
|
||||
pass
|
||||
|
||||
# OpenAI responses
|
||||
async def get_openai_response(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue