added more docs

This commit is contained in:
Raghotham Murthy 2024-07-11 01:54:03 -07:00
parent 9070d45629
commit 0e4b9efedf
3 changed files with 87 additions and 87 deletions

View file

@ -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],