Function: useCreateMemoryStore()
useCreateMemoryStore():
ConversationStore
Defined in: src/core/services/assistant.service.ts:18
Creates a fresh in-memory conversation store. Useful in tests or when you want an isolated store per process.
Returns
A ConversationStore backed by a Map.