AIPromptConfig: {
    AIModel?: string;
    AllowFormatting?: boolean;
}

Type declaration

  • Optional AIModel?: string

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

  • Optional 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