thinkingBudgetTokens method
Sets thinking budget tokens for Anthropic extended thinking
Implementation
LLMBuilder thinkingBudgetTokens(int tokens) {
_config = _config.withExtension('thinkingBudgetTokens', tokens);
return this;
}
Sets thinking budget tokens for Anthropic extended thinking
LLMBuilder thinkingBudgetTokens(int tokens) {
_config = _config.withExtension('thinkingBudgetTokens', tokens);
return this;
}