registerTools method
Registers multiple tools to the chat
tools the tools to register
Implementation
void registerTools(List<GroqToolItem> tools) {
_registeredTools.addAll(tools);
}
Registers multiple tools to the chat
tools the tools to register
void registerTools(List<GroqToolItem> tools) {
_registeredTools.addAll(tools);
}