GoogleCloudAiplatformV1GenerationConfigThinkingConfig class

Configuration for the model's thinking features.

"Thinking" is a process where the model breaks down a complex task into smaller, manageable steps. This allows the model to reason about the task, plan its approach, and execute the plan to generate a high-quality response.

Properties

hashCode int
The hash code for this object.
no setterinherited
includeThoughts bool?
If true, the model will include its thoughts in the response.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
thinkingBudget int?
The token budget for the model's thinking process.
getter/setter pair
thinkingLevel String?
The number of thoughts tokens that the model should generate.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited