response.text() returns empty string on streamed responses #310
Labels
component:js sdk
Issue/PR related to JavaScript SDK
status:triaged
Issue/PR triaged to the corresponding sub-team
type:bug
Something isn't working
Description of the bug:
After generating content using
generateContentStream
orchat.sendMessageStream
theresponse.text()
returns empty stringActual vs expected behavior:
Actual Behavior
Expected Behavior
The expected behavior is that
text
function should return the actual generated response.Any other information you'd like to share?
No response
The text was updated successfully, but these errors were encountered: