/** * Configuration options for the {@link AiXModule}. * * @public */ export interface AiConfig { /** * Maximum number of results in the SearchResponse to display ai elements. */ lowResultsThreshold: number; } //# sourceMappingURL=config.types.d.ts.map