Future<String> generate( String prompt, { String systemPrompt = "", int maxTokens = 1024, bool withThinking = true, bool jsonResponse = false, });