Enum ChatRequest.ThinkingMode (0.16.0)

public enum ChatRequest.ThinkingMode extends Enum<ChatRequest.ThinkingMode> implements ProtocolMessageEnum

Mode of thinking for the agent.

Protobuf enum google.cloud.geminidataanalytics.v1beta.ChatRequest.ThinkingMode

Implements

ProtocolMessageEnum

Static Fields

Name Description
FAST

Fast mode, answers quickly.

FAST = 1;

FAST_VALUE

Fast mode, answers quickly.

FAST = 1;

THINKING

Thinking mode, solves complex problems.

THINKING = 2;

THINKING_MODE_UNSPECIFIED

Unspecified thinking mode, agent will use THINKING mode by default.

THINKING_MODE_UNSPECIFIED = 0;

THINKING_MODE_UNSPECIFIED_VALUE

Unspecified thinking mode, agent will use THINKING mode by default.

THINKING_MODE_UNSPECIFIED = 0;

THINKING_VALUE

Thinking mode, solves complex problems.

THINKING = 2;

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()