@alxxsck/ai-assistant 2.16.0 → 2.18.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/{Avatar-BMig6gkM.js → Avatar-DNRiUnuW.js} +1 -1
- package/dist/ChatWidgetContent-CWarBHsS.js +6190 -0
- package/dist/bridge-ai-chat-widget.es.js +1 -1
- package/dist/domain/ui/widget-geometry.d.ts +1 -1
- package/dist/{index-TodLTFY_.js → index-raaheNwM.js} +7239 -3815
- package/dist/lib/retrieveContent.d.ts +1 -0
- package/package.json +1 -1
- package/dist/ChatWidgetContent-CPHwalq-.js +0 -9554
|
@@ -5,4 +5,5 @@ import { type MessageData } from "@/api/messages.api.types";
|
|
|
5
5
|
export declare function htmlToPlainPreview(html: string, maxLength?: number): string;
|
|
6
6
|
export declare function messageToPlainPreview(message: MessageData, maxLength?: number): string;
|
|
7
7
|
export declare function getRenderableMessageContent(message: MessageData): MessageData["content"] | null;
|
|
8
|
+
export declare function messageToPlainText(message: MessageData): string;
|
|
8
9
|
export declare function retrieveContent(message: MessageData): string;
|