From 061b04ebb4b76bf7449e57e5c58119da7c9656f5 Mon Sep 17 00:00:00 2001 From: rob-maron <132852777+rob-maron@users.noreply.github.com> Date: Thu, 30 Jul 2026 17:33:30 -0400 Subject: [PATCH] fix video delivery --- gateway/run.py | 1 + 1 file changed, 1 insertion(+) diff --git a/gateway/run.py b/gateway/run.py index 06a26d73aea..911021a36ee 100644 --- a/gateway/run.py +++ b/gateway/run.py @@ -1340,6 +1340,7 @@ _AUTO_APPEND_MEDIA_TOOL_NAMES = { "text_to_speech", "text_to_speech_tool", "image_generate", + "bfl_flux3_get_result", } # ---- helpers: detect interrupted tool tails & auto-continue noise ----------