Skip to content

@sqlrooms/ai-core / ChatSuggestionsDismiss

Variable: ChatSuggestionsDismiss

const ChatSuggestionsDismiss: ForwardRefExoticComponent<ChatSuggestionsDismissProps & RefAttributes<HTMLButtonElement>>

Hides suggestions on activation, unconditionally — unlike VisibilityToggle, this never re-shows them.

Inside a controlled Root, reports through its onOpenChange rather than writing the store that root overrides.