chatBackground method
Convenience method for background chat without tools
Implementation
Future<ChatResponse> chatBackground(List<ChatMessage> messages) {
return chatWithToolsBackground(messages, null);
}
Convenience method for background chat without tools
Future<ChatResponse> chatBackground(List<ChatMessage> messages) {
return chatWithToolsBackground(messages, null);
}