Member Junction
    Preparing search index...
    type AIPromptConfig = {
        AIModel?: string;
        AllowFormatting?: boolean;
    }
    Index

    Properties

    AIModel?: string

    The AI model to use for the prompt. If not provided, the extension will use the highest power model available.

    AllowFormatting?: boolean

    Whether or not to allow the AI Model to return its reponse formatted, HTML, Markdown, JSON, etc. If false, the AI Model will return the response as plain text