Fix WhatsApp streaming: add response content to buffer
All checks were successful
BotServer CI / build (push) Successful in 8m50s

This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2026-03-09 20:23:38 -03:00
parent 9f35863bff
commit 4bda4ba897

View file

@ -1124,6 +1124,9 @@ async fn route_to_bot(
}
break;
}
// Add response content to buffer
buffer.push_str(&response.content);
}
// IMPROVED LOGIC: