Class: Google::Cloud::AIPlatform::V1::GenerationConfig::ThinkingConfig
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::GenerationConfig::ThinkingConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/content.rb
Overview
Config for thinking features.
Instance Attribute Summary collapse
-
#include_thoughts ⇒ ::Boolean
Indicates whether to include thoughts in the response.
-
#thinking_budget ⇒ ::Integer
Optional.
Instance Attribute Details
#include_thoughts ⇒ ::Boolean
Returns Indicates whether to include thoughts in the response. If true, thoughts are returned only when available.
411 412 413 414 |
# File 'proto_docs/google/cloud/aiplatform/v1/content.rb', line 411 class ThinkingConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#thinking_budget ⇒ ::Integer
Returns Optional. Indicates the thinking budget in tokens. This is only applied when enable_thinking is true.
411 412 413 414 |
# File 'proto_docs/google/cloud/aiplatform/v1/content.rb', line 411 class ThinkingConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |