Module: Google::Cloud::GeminiDataAnalytics::V1::ChatRequest::ThinkingMode

Defined in:
proto_docs/google/cloud/geminidataanalytics/v1/data_chat_service.rb

Overview

Mode of thinking for the agent.

Constant Summary collapse

THINKING_MODE_UNSPECIFIED =

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

0
FAST =

Fast mode, answers quickly.

1
THINKING =

Thinking mode, solves complex problems.

2