Reference documentation and code samples for the Google Cloud Gemini Data Analytics V1 Client class ThinkingMode.
Mode of thinking for the agent.
Protobuf type google.cloud.geminidataanalytics.v1.ChatRequest.ThinkingMode
Namespace
Google \ Cloud \ GeminiDataAnalytics \ V1 \ ChatRequestMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
THINKING_MODE_UNSPECIFIED
Value: 0Unspecified thinking mode, agent will use THINKING mode by default.
Generated from protobuf enum THINKING_MODE_UNSPECIFIED = 0;
FAST
Value: 1Fast mode, answers quickly.
Generated from protobuf enum FAST = 1;
THINKING
Value: 2Thinking mode, solves complex problems.
Generated from protobuf enum THINKING = 2;