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
65556d0a1c
commit
9070d45629
3 changed files with 37 additions and 15 deletions
|
@ -281,7 +281,7 @@ class MemoryBanks(Protocol):
|
|||
def remove_memory_bank(
|
||||
self,
|
||||
bank_uuid: str,
|
||||
) -> None: ...
|
||||
) -> str: ...
|
||||
|
||||
@webmethod(route="/memory_bank/insert")
|
||||
def post_insert_memory_documents(
|
||||
|
@ -309,7 +309,7 @@ class MemoryBanks(Protocol):
|
|||
self,
|
||||
bank_uuid: str,
|
||||
document_uuids: List[str],
|
||||
) -> None: ...
|
||||
) -> List[str]: ...
|
||||
|
||||
|
||||
@dataclass
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue