@blank-utils/llm 0.4.11 → 0.4.12
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.
|
@@ -1541,7 +1541,7 @@ ${systemPrompt}` : systemPrompt;
|
|
|
1541
1541
|
mermaid: mermaidOptions,
|
|
1542
1542
|
controls: streamdownControls,
|
|
1543
1543
|
parseMarkdownIntoBlocksFn: sanitizeMarkdownLanguageBlocks,
|
|
1544
|
-
children: msg.content
|
|
1544
|
+
children: msg.content.includes("\u{1F4C4} PDF:") ? (msg.content.split("\u{1F4C4} PDF:")[0] || "").trim() : msg.content
|
|
1545
1545
|
}
|
|
1546
1546
|
) })
|
|
1547
1547
|
] }) : /* @__PURE__ */ jsxs3("div", { className: "prose prose-base dark:prose-invert max-w-none py-2 w-full min-w-0 font-mono bg-transparent mt-2 !text-current", children: [
|
package/dist/index.js
CHANGED
package/dist/react/index.js
CHANGED
package/package.json
CHANGED