teodor-new-chat-ui 4.3.625 → 4.3.626
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.
|
@@ -20,4 +20,5 @@ export declare function formatToolOutput(x: any): {
|
|
|
20
20
|
content: string;
|
|
21
21
|
isMarkdown: boolean;
|
|
22
22
|
};
|
|
23
|
+
export { parseJsonSafe, looksLikeMarkdown } from "@/shared/utils/jsonUtils";
|
|
23
24
|
export { extractToolContent } from "@/features/persistence/checkpoints/utils/historyUtils";
|
package/dist/index.esm.js
CHANGED
|
@@ -18114,9 +18114,11 @@ export {
|
|
|
18114
18114
|
jg as isEnvelope,
|
|
18115
18115
|
cu as isFileLike,
|
|
18116
18116
|
yx as loadStoredSettings,
|
|
18117
|
+
kg as looksLikeMarkdown,
|
|
18117
18118
|
Ug as normalizeToolPayload,
|
|
18118
18119
|
$r as normalizeToolPayloadValue,
|
|
18119
18120
|
ou as onChatTokenChanged,
|
|
18121
|
+
so as parseJsonSafe,
|
|
18120
18122
|
Oo as post,
|
|
18121
18123
|
Wr as pretty,
|
|
18122
18124
|
vg as processAttachments,
|