Result object returned from GenerativeModel.generateContentStream call. Iterate over stream to get chunks as they come in and/or use the response promise to get the aggregated response when the stream is done.
stream
response
Result object returned from GenerativeModel.generateContentStream call. Iterate over
streamto get chunks as they come in and/or use theresponsepromise to get the aggregated response when the stream is done.