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.
- package/dist/randmarcomps.d.ts +1 -1
- package/dist/randmarcomps.js +17448 -28238
- package/dist/randmarcomps.umd.cjs +134 -147
- package/package.json +1 -2
package/dist/randmarcomps.d.ts
CHANGED
|
@@ -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
|
|
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;
|