Documentation
    Preparing search index...

    Provides data about the failed state of a prompt.

    interface FailedPromptStateData {
        isValid: string | false;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    isValid: string | false

    Either a String string which describes the error of the prompt or a Boolean boolean indicating whether the prompt-value is valid.