tools method
Sets the function tools
Implementation
LLMBuilder tools(List<Tool> tools) {
_config = _config.copyWith(tools: tools);
return this;
}
Sets the function tools
LLMBuilder tools(List<Tool> tools) {
_config = _config.copyWith(tools: tools);
return this;
}