Google Cloud Gemini Data Analytics V1beta Client - Class ThinkingMode (0.9.0)

Reference documentation and code samples for the Google Cloud Gemini Data Analytics V1beta Client class ThinkingMode.

Mode of thinking for the agent.

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

Namespace

Google \ Cloud \ GeminiDataAnalytics \ V1beta \ ChatRequest

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

THINKING_MODE_UNSPECIFIED

Value: 0

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

Generated from protobuf enum THINKING_MODE_UNSPECIFIED = 0;

FAST

Value: 1

Fast mode, answers quickly.

Generated from protobuf enum FAST = 1;

THINKING

Value: 2

Thinking mode, solves complex problems.

Generated from protobuf enum THINKING = 2;