Loading
fix: handle None payload in _strip_code_fences to prevent AttributeError
Fixes 'NoneType' object has no attribute 'strip' error when LLM returns empty or null response. This prevents pipeline failures during summarization.
Fixes 'NoneType' object has no attribute 'strip' error when LLM returns empty or null response. This prevents pipeline failures during summarization.