maxOutputTokens property

int? maxOutputTokens
final

Optional. The maximum number of tokens to include in a response candidate.

Note: The default value varies by model, see the Model.output_token_limit attribute of the Model returned from the getModel function.

Implementation

final int? maxOutputTokens;