chatWithTools abstract method
Create a response with tools support
Implementation
Future<ChatResponse> chatWithTools(
List<ChatMessage> messages,
List<Tool>? tools,
);
Create a response with tools support
Future<ChatResponse> chatWithTools(
List<ChatMessage> messages,
List<Tool>? tools,
);