GoogleCloudAiplatformV1GenerationConfigThinkingConfig constructor

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

Implementation

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