mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-04 12:07:34 +00:00
Attachment / add TTL api
This commit is contained in:
parent
3230af4910
commit
986a865e62
3 changed files with 5 additions and 14 deletions
|
@ -123,6 +123,7 @@ class Memory(Protocol):
|
|||
self,
|
||||
bank_id: str,
|
||||
documents: List[MemoryBankDocument],
|
||||
ttl_seconds: Optional[int] = None,
|
||||
) -> None: ...
|
||||
|
||||
@webmethod(route="/memory_bank/update")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue