Various types of memories extracted from scene_data
(
self, scene_data: list, type: str, info: dict[str, Any], mode: str = "fast", **kwargs
)
| 42 | |
| 43 | @abstractmethod |
| 44 | def get_memory( |
| 45 | self, scene_data: list, type: str, info: dict[str, Any], mode: str = "fast", **kwargs |
| 46 | ) -> list[list[TextualMemoryItem]]: |
| 47 | """Various types of memories extracted from scene_data""" |
| 48 | |
| 49 | @abstractmethod |
| 50 | def fine_transfer_simple_mem( |
no outgoing calls
no test coverage detected