@conciergus/chat - v0.3.1
    Preparing search index...

    Interface ConciergusErrorState

    Error state for the hook

    interface ConciergusErrorState {
        hasProvider: boolean;
        message?: string;
        suggestions?: string[];
    }
    Index

    Properties

    hasProvider: boolean

    Whether any provider is available

    message?: string

    Error message if provider is missing

    suggestions?: string[]

    Suggestions for fixing the error