Fix WhatsApp streaming: add response content to buffer
All checks were successful
BotServer CI / build (push) Successful in 8m50s
All checks were successful
BotServer CI / build (push) Successful in 8m50s
This commit is contained in:
parent
9f35863bff
commit
4bda4ba897
1 changed files with 3 additions and 0 deletions
|
|
@ -1124,6 +1124,9 @@ async fn route_to_bot(
|
|||
}
|
||||
break;
|
||||
}
|
||||
|
||||
// Add response content to buffer
|
||||
buffer.push_str(&response.content);
|
||||
}
|
||||
|
||||
// IMPROVED LOGIC:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue