Description
I use KernelMemory. LogiBits is empty.
The error occurs at the time of the call:
memory.AskAsync()

Debug with clone classes: BaseSamplingPipeline, DefaultSamplingPipeline

Reproduction Steps
The error occurs at the time of the call:
MemoryAnswer answer = await memory.AskAsync(question: question, filters: filters);
Environment & Configuration
- Operating system: Windows 10/11
- .NET runtime version: 8.0.7
- LLamaSharp version: 0.15.0
- KernelMemory: 0.70.240803.1, 0.69.240727.1
- CUDA version (if you are using cuda backend): -
- CPU & GPU device: CPU Intel Core Ultra 9
Known Workarounds