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].content.parts
prompt_feedback

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

Methods

from_aiterator

View source

from_response

View source

resolve

View source