randmarcomps 1.581.0 → 1.582.0

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.
@@ -169,7 +169,7 @@ declare interface AssistantChatProps {
169
169
 
170
170
  /**
171
171
  * A component that displays an animated AI icon and placeholder text while
172
- * fetching an insight from the Gemini API. It can be displayed with or without
172
+ * fetching an insight from the Randmar generation API. It can be displayed with or without
173
173
  * a surrounding card style.
174
174
  */
175
175
  export declare function AssistantInsight({ applicationId, prompt, smartAndSlow, thinkingPlaceholderText, withCard, }: AssistantInsightProps): JSX.Element;