thinkingBudgetTokens method
Sets thinking budget tokens for reasoning models
Implementation
GoogleLLMBuilder thinkingBudgetTokens(int tokens) {
  _baseBuilder.extension('thinkingBudgetTokens', tokens);
  return this;
}Sets thinking budget tokens for reasoning models
GoogleLLMBuilder thinkingBudgetTokens(int tokens) {
  _baseBuilder.extension('thinkingBudgetTokens', tokens);
  return this;
}