Attachment / add TTL api

This commit is contained in:
Ashwin Bharambe 2024-08-26 13:10:27 -07:00
parent 3230af4910
commit 986a865e62
3 changed files with 5 additions and 14 deletions

View file

@ -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")