You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When talking to meta ai, and asking a question, in the response object ( data.message._data.body ) only contains first few words of the response. I suspect that this is because of AI response being streamed.
To reproduce -
Start a chat with meta ai.
ask a question which requires descriptive response ('describe the main attractions in washington DC').
check the response in api object (data.message._data.body). it only contains 5-10 words.
compare with response in whatsapp which is several hundered words long.
Expected -
Full response should be returned after meta ai stops responding.
The text was updated successfully, but these errors were encountered:
When talking to meta ai, and asking a question, in the response object ( data.message._data.body ) only contains first few words of the response. I suspect that this is because of AI response being streamed.
To reproduce -
Expected -
Full response should be returned after meta ai stops responding.
The text was updated successfully, but these errors were encountered: