@webless/agent 0.6.6 → 0.6.7

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.
@@ -587,7 +587,7 @@ function formatBookingOfferFence(offer) {
587
587
  }
588
588
  function bookingCardFromActionOutput(output) {
589
589
  const record = asRecord2(output);
590
- const data = asRecord2(record?.data) ?? record;
590
+ const data = asRecord2(record?.output) ?? asRecord2(record?.data) ?? record;
591
591
  return parseToolCard(data);
592
592
  }
593
593
  function ensureBookingOfferText(text, offer) {
@@ -5414,4 +5414,4 @@ export {
5414
5414
  AssistEdgeTab,
5415
5415
  AgentWidget
5416
5416
  };
5417
- //# sourceMappingURL=chunk-UR5QZZ2F.js.map
5417
+ //# sourceMappingURL=chunk-U5IPERNA.js.map