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.
WARNING! Gitlab maintenance operation scheduled for Thursday, 18 June between 19:00 and 20:00 (CET). During this time window, short service interruptions (less than 5 minutes) may occur. Thank you in advance for your understanding.
Fixes 'NoneType' object has no attribute 'strip' error when LLM returns empty or null response. This prevents pipeline failures during summarization.