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
b88f8ad616
commit
65556d0a1c
3 changed files with 200 additions and 200 deletions
|
@ -265,7 +265,7 @@ class AgenticSystem(Protocol):
|
|||
|
||||
class MemoryBanks(Protocol):
|
||||
@webmethod(route="/memory_banks/create")
|
||||
def create_memory_bank(
|
||||
def post_create_memory_bank(
|
||||
self,
|
||||
bank_uuid: str,
|
||||
bank_name: str,
|
||||
|
@ -298,7 +298,7 @@ class MemoryBanks(Protocol):
|
|||
) -> None: ...
|
||||
|
||||
@webmethod(route="/memory_bank/get")
|
||||
def post_get_memory_documents(
|
||||
def get_memory_documents(
|
||||
self,
|
||||
bank_uuid: str,
|
||||
document_uuids: List[str],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue