Private
Public Access
1
0
Catherine Renelle 8a295c48dd Handle empty string AI responses as fallback
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>
2026-02-11 21:26:32 -05:00
S
Description
No description provided
MIT 1.5 MiB
Languages
C# 65%
Vue 30.2%
TypeScript 4.6%
Dockerfile 0.2%