@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.
- package/dist/{chunk-UR5QZZ2F.js → chunk-U5IPERNA.js} +2 -2
- package/dist/chunk-U5IPERNA.js.map +1 -0
- package/dist/embed.cjs +1 -1
- package/dist/embed.cjs.map +1 -1
- package/dist/embed.js +1 -1
- package/dist/react.cjs +1 -1
- package/dist/react.cjs.map +1 -1
- package/dist/react.js +1 -1
- package/package.json +1 -1
- package/dist/chunk-UR5QZZ2F.js.map +0 -1
|
@@ -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-
|
|
5417
|
+
//# sourceMappingURL=chunk-U5IPERNA.js.map
|