public enum ChatRequest.ThinkingMode extends Enum<ChatRequest.ThinkingMode> implements ProtocolMessageEnumMode of thinking for the agent.
Protobuf enum google.cloud.geminidataanalytics.v1beta.ChatRequest.ThinkingMode
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
FAST |
Fast mode, answers quickly. |
FAST_VALUE |
Fast mode, answers quickly. |
THINKING |
Thinking mode, solves complex problems. |
THINKING_MODE_UNSPECIFIED |
Unspecified thinking mode, agent will use THINKING mode by default. |
THINKING_MODE_UNSPECIFIED_VALUE |
Unspecified thinking mode, agent will use THINKING mode by default. |
THINKING_VALUE |
Thinking mode, solves complex problems. |
UNRECOGNIZED |
|
Static Methods |
|
|---|---|
| Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
|
Methods |
|
|---|---|
| Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |
|