Class ThinkingConfig (2.0.0)

ThinkingConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Attributes

Name Description
include_thoughts bool
Indicates whether to include thoughts in the response. If true, thoughts are returned only when available. This field is a member of oneof_ _include_thoughts.
thinking_budget int
Optional. Indicates the thinking budget in tokens. This is only applied when enable_thinking is true. This field is a member of oneof_ _thinking_budget.
thinking_level google.cloud.aiplatform_v1.types.GenerationConfig.ThinkingConfig.ThinkingLevel
Optional. The number of thoughts tokens that the model should generate. This field is a member of oneof_ _thinking_level.

Classes

ThinkingLevel

ThinkingLevel(value)

The thinking level for the model.

Methods

ThinkingConfig

ThinkingConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)