@ixo/editor 1.25.0 → 1.26.0

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.
@@ -1457,7 +1457,12 @@ var linkedResourcesSelectionPanelConfig = {
1457
1457
  image: (item) => item.image,
1458
1458
  title: (item) => item.title || "Linked Resource",
1459
1459
  description: (item) => item.description || "No description",
1460
- prompts: (item) => [{ text: `ID: ${item.id}` }, { text: `Encrypted: ${item.encrypted ? "Yes" : "No"}` }, { text: `Service Endpoint: ${item.serviceEndpoint}` }],
1460
+ prompts: (item) => [
1461
+ { text: `What kind of resource is ${item.title}?` },
1462
+ { text: `How can I access resource ${item.title}?` },
1463
+ { text: `Is ${item.title} resource public or private?` },
1464
+ { text: `What information does ${item.title} resource provide?` }
1465
+ ],
1461
1466
  actionSections: (item) => item.actionSections,
1462
1467
  detailsHandlerKey: "getLinkedResourceDetails"
1463
1468
  };
@@ -13987,4 +13992,4 @@ export {
13987
13992
  ixoGraphQLClient,
13988
13993
  getEntity
13989
13994
  };
13990
- //# sourceMappingURL=chunk-GGIZAV43.mjs.map
13995
+ //# sourceMappingURL=chunk-7CMMGYO6.mjs.map