Future<String?> generateText(String prompt) { _checkActive(); return _foundation.generateText(prompt, sessionId: _sessionId); }