google.generativeai.types.AsyncGenerateContentResponse

This is the async version of genai.GenerateContentResponse.

candidates The list of candidate responses.
parts A quick accessor equivalent to self.candidates[0].parts
prompt_feedback

text A quick accessor equivalent to self.candidates[0].parts[0].text

Methods

from_aiterator

View source

from_response

View source

resolve

View source