google.generativeai.protos.ListChunksResponse
Response from ListChunks
containing a paginated list of Chunk
\ s.
The Chunk
\ s are sorted by ascending
chunk.create_time
.
Attributes |
`chunks`
|
`MutableSequence[google.ai.generativelanguage.Chunk]`
The returned ``Chunk``\ s.
|
`next_page_token`
|
`str`
A token, which can be sent as ``page_token`` to retrieve the
next page. If this field is omitted, there are no more
pages.
|