Storage

fun LLMMemory.Companion.Storage(storage: Storage<List<Message>>, id: () -> LLMMemoryId = { LLMMemoryId.random() }): LLMMemory