@multiplayer-app/ai-agent-react 0.1.0-beta.26 → 0.1.0-beta.27
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.
|
@@ -94777,7 +94777,7 @@ const a7 = (e, t) => {
|
|
|
94777
94777
|
] }),
|
|
94778
94778
|
/* @__PURE__ */ T.jsxs("details", { className: "mp-agent-tool-debug-section", children: [
|
|
94779
94779
|
/* @__PURE__ */ T.jsx("summary", { className: "mp-agent-tool-debug-section-summary", children: "Output" }),
|
|
94780
|
-
/* @__PURE__ */ T.jsx("pre", { className: "mp-agent-tool-debug-code", children: /* @__PURE__ */ T.jsx("code", { children: l5(e.output) }) })
|
|
94780
|
+
/* @__PURE__ */ T.jsx("pre", { className: "mp-agent-tool-debug-code", children: /* @__PURE__ */ T.jsx("code", { children: l5(e.output || e.error) }) })
|
|
94781
94781
|
] })
|
|
94782
94782
|
] })
|
|
94783
94783
|
] }) : null, kHe = () => /* @__PURE__ */ T.jsxs("span", { className: "mp-agent-message-typing-bubble", children: [
|