thinkingLevel property
The number of thoughts tokens that the model should generate.
Optional. Possible string values are:
- "THINKING_LEVEL_UNSPECIFIED" : Unspecified thinking level.
- "LOW" : Low thinking level.
- "MEDIUM" : Medium thinking level.
- "HIGH" : High thinking level.
- "MINIMAL" : MINIMAL thinking level.
Implementation
core.String? thinkingLevel;