<!doctype html><html lang="en"> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" /> <title>AI Assistant component (beta) | Sample | ArcGIS Maps SDK for JavaScript</title> <!-- Load the ArcGIS Maps SDK for JavaScript from CDN --> <script type="module" src="https://js.arcgis.com/5.0/"></script> </head>
<style> calcite-card { margin: 1rem; } span { font-size: 1rem; } </style>
<body> <calcite-shell> <calcite-card> <span> <b>This sample is coming soon! Please check back later for updates.</b> AI components (beta) rely on ArcGIS Online services that are not yet available. The components are included in the 5.0 release, but they won't work until the ArcGIS Online update is released in February 2026. </span> </calcite-card> </calcite-shell> </body></html>