refactor(guardrails): drop stale buffering comment

Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
This commit is contained in:
Devin AI 2026-09-16 14:21:36 +00:00
parent 4d596082de
commit e64552867a

View file

@ -971,8 +971,6 @@ class UnifiedLLMGuardrails(CustomLogger):
)
buffer_until_moderated = False
# Buffering can only moderate the assembled response, so it always
# defers to end-of-stream.
if buffer_until_moderated and not release_on_scan:
end_of_stream_only = True