MAIDR Documentation - v3.39.0
    Preparing search index...

    Interface Suggestion

    Chat suggestion for user prompts including follow-up questions, clarifications, or analysis requests.

    interface Suggestion {
        id: string;
        text: string;
        type: "followup" | "clarification" | "analysis";
    }
    Index

    Properties

    Properties

    id: string
    text: string
    type: "followup" | "clarification" | "analysis"