disconnect : OverhypedAI(“disconnect”)

  • This method allows you to programmatically hide the OverhypedAI integration in your web app.
  • Use connect to show the OverhypedAI integration and disconnect to hide it from your web app.
import OverhypedAI from '@overhyped-ai/connect/OverhypedAI';

OverhypedAI("disconnect")

Disconnects the user from OverhypedAI. Can be used to hide the widget upon logout.