From 4bda4ba8975154a8a93817fc60d4ef9bc0a6f902 Mon Sep 17 00:00:00 2001 From: "Rodrigo Rodriguez (Pragmatismo)" Date: Mon, 9 Mar 2026 20:23:38 -0300 Subject: [PATCH] Fix WhatsApp streaming: add response content to buffer --- src/whatsapp/mod.rs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/whatsapp/mod.rs b/src/whatsapp/mod.rs index 25b72b9e..f4d2bf71 100644 --- a/src/whatsapp/mod.rs +++ b/src/whatsapp/mod.rs @@ -1124,6 +1124,9 @@ async fn route_to_bot( } break; } + + // Add response content to buffer + buffer.push_str(&response.content); } // IMPROVED LOGIC: