/** * The AI options Interface * Represents the options for an AI job. * @category AI */ export interface IGenerativeAIOptions { }