Pagination¶
When output exceeds pageSize, the server returns the first slice plus a nextPageToken.
- Call with your initial prompt.
- If
nextPageTokenis present, call again with{ "pageToken": "..." }. - Repeat until the token is no longer returned.
Tokens expire after ~10 minutes of inactivity.