@magemetrics/ai 0.4.0 → 0.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -474,8 +474,6 @@ declare type StartOptions = DisplayControlProps & {
474
474
  label?: string;
475
475
  /** Label text displayed above the recommendations section */
476
476
  recommendationsLabel?: string;
477
- /** Placeholder text for the chat launcher input field */
478
- placeholder?: string;
479
477
  /** Whether the chat launcher input should auto-focus on mount */
480
478
  autoFocus?: boolean;
481
479
  };