Generation Config
Configuration parameters for model interactions.
Types
A builder for GenerationConfig.
Whether to include thought summaries in the response.
The tool choice configuration.
Functions
Returns the raw JSON value of imageConfig.
Returns the raw JSON value of maxOutputTokens.
Returns the raw JSON value of speechConfig.
Returns the raw JSON value of stopSequences.
Returns the raw JSON value of temperature.
Returns the raw JSON value of thinkingLevel.
Returns the raw JSON value of thinkingSummaries.
Returns the raw JSON value of toolChoice.
Returns a mutable builder for constructing an instance of GenerationConfig.
Configuration for image interaction.
The maximum number of tokens to include in the response.
Configuration for speech interaction.
A list of character sequences that will stop output interaction.
Controls the randomness of the output.
The level of thought tokens that the model should generate.
Whether to include thought summaries in the response.
The tool choice configuration.