export type AiInfo = {
    threadId: string;
    requireConsent: boolean;
    consentMessage?: string;
    allowCustomPrompts: boolean;
    predefinedPrompts?: string[];
};
