Save the context of this model run to memory.
(self, key: str, value: Any)
| 29 | |
| 30 | @abstractmethod |
| 31 | def save_memory(self, key: str, value: Any) -> None: |
| 32 | """Save the context of this model run to memory.""" |
| 33 | |
| 34 | @abstractmethod |
| 35 | def save_conversation( |
no outgoing calls
no test coverage detected