Session management helper
Future<bool> clearSession(String sessionId) async { chatSession.clearHistory(); return true; }