@webless/agent 0.6.4 → 0.6.5

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.
@@ -3029,7 +3029,7 @@ function AgentActivityBubble({
3029
3029
  workSummary(steps, failed, brandLabel)
3030
3030
  ] }),
3031
3031
  /* @__PURE__ */ jsxs("div", { className: "agent-activity-bubble__details", children: [
3032
- /* @__PURE__ */ jsxs(
3032
+ /* @__PURE__ */ jsx(
3033
3033
  "button",
3034
3034
  {
3035
3035
  type: "button",
@@ -3041,10 +3041,7 @@ function AgentActivityBubble({
3041
3041
  (current) => current === receiptId ? null : receiptId
3042
3042
  );
3043
3043
  },
3044
- children: [
3045
- /* @__PURE__ */ jsx("span", { className: "agent-activity-bubble__summary-title", children: "How this answer was made" }),
3046
- /* @__PURE__ */ jsx("span", { className: "agent-activity-bubble__summary-toggle", children: detailsOpen ? "Hide work" : "Show work" })
3047
- ]
3044
+ children: "How this answer was made"
3048
3045
  }
3049
3046
  ),
3050
3047
  detailsOpen ? /* @__PURE__ */ jsx("ol", { className: "agent-activity-bubble__steps", children: visibleSteps.map((step) => {
@@ -4904,4 +4901,4 @@ export {
4904
4901
  AssistEdgeTab,
4905
4902
  AgentWidget
4906
4903
  };
4907
- //# sourceMappingURL=chunk-Y4DCEJDC.js.map
4904
+ //# sourceMappingURL=chunk-U2TIUZJM.js.map