8a295c48dda0ee95aa8d47601a2e705966f5de45
The null-coalescing operator only caught null, not empty/whitespace responses. When Ollama returns empty content (common when the model hesitates between tool calling and text), the empty string was saved as the assistant message. Now uses IsNullOrWhiteSpace to catch both. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Description
Languages
C#
65%
Vue
30.2%
TypeScript
4.6%
Dockerfile
0.2%