GoogleCloudAiplatformV1GenerationConfigThinkingConfig constructor

GoogleCloudAiplatformV1GenerationConfigThinkingConfig({
  1. bool? includeThoughts,
  2. int? thinkingBudget,
  3. String? thinkingLevel,
})

Implementation

GoogleCloudAiplatformV1GenerationConfigThinkingConfig({
  this.includeThoughts,
  this.thinkingBudget,
  this.thinkingLevel,
});