toolChoice method
Sets the tool choice
Implementation
LLMBuilder toolChoice(ToolChoice choice) {
_config = _config.copyWith(toolChoice: choice);
return this;
}
Sets the tool choice
LLMBuilder toolChoice(ToolChoice choice) {
_config = _config.copyWith(toolChoice: choice);
return this;
}