mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-04 04:04:14 +00:00
added more docs
This commit is contained in:
parent
9070d45629
commit
0e4b9efedf
3 changed files with 87 additions and 87 deletions
|
@ -278,7 +278,7 @@ class MemoryBanks(Protocol):
|
|||
) -> List[MemoryBank]: ...
|
||||
|
||||
@webmethod(route="/memory_banks/drop")
|
||||
def remove_memory_bank(
|
||||
def delete_memory_bank(
|
||||
self,
|
||||
bank_uuid: str,
|
||||
) -> str: ...
|
||||
|
@ -305,7 +305,7 @@ class MemoryBanks(Protocol):
|
|||
) -> List[MemoryBankDocument]: ...
|
||||
|
||||
@webmethod(route="/memory_bank/delete")
|
||||
def remove_memory_documents(
|
||||
def delete_memory_documents(
|
||||
self,
|
||||
bank_uuid: str,
|
||||
document_uuids: List[str],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue