ThinkingConfig constructor

ThinkingConfig({
  1. bool? includeThoughts,
  2. int? thinkingBudget,
  3. ThinkingLevel? thinkingLevel,
})

Implementation

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