FlintAutoAiMemoryStore constructor
FlintAutoAiMemoryStore({
- AiMemoryStore? primary,
- InMemoryAiMemoryStore? fallback,
Implementation
FlintAutoAiMemoryStore({
AiMemoryStore? primary,
InMemoryAiMemoryStore? fallback,
}) : primary = primary ?? FlintDbAiMemoryStore(),
fallback = fallback ?? InMemoryAiMemoryStore();