Hiyve Components - v1.0.0
    Preparing search index...

    Interface UseIntelligenceReadinessResult

    Return value from the useIntelligenceReadiness hook.

    interface UseIntelligenceReadinessResult {
        isReady: boolean;
        isStarting: boolean;
        isWaitingForContext: boolean;
        isWaitingForTranscriptions: boolean;
        statusDescription: string;
        statusLabel: string;
    }
    Index

    Properties

    isReady: boolean

    Whether AI features are usable (has responseId AND transcriptions)

    isStarting: boolean

    Whether intelligence mode is starting up

    isWaitingForContext: boolean

    Whether waiting for responseId from bot

    isWaitingForTranscriptions: boolean

    Whether have context but waiting for first transcript

    statusDescription: string

    Human-readable status description

    statusLabel: string

    Human-readable status label