@arcgis/ai-components 5.2.0-next.19 → 5.2.0-next.20
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.
|
@@ -41,6 +41,11 @@ import type { ArcgisMap as ArcgisMap } from "@arcgis/map-components/components/a
|
|
|
41
41
|
* for the included ArcGIS agents to function properly, as they rely on the map context to perform their tasks. This is not
|
|
42
42
|
* a requirement for [custom agents](https://developers.arcgis.com/javascript/latest/agentic-apps/ai-custom-agents/).
|
|
43
43
|
*
|
|
44
|
+
* ## Application Identification
|
|
45
|
+
* For applications that use the arcgis-assistant component, setting the [`applicationName`](https://developers.arcgis.com/javascript/latest/references/core/config/#Config-applicationName) property on the ArcGIS config object [`esriConfig`](https://developers.arcgis.com/javascript/latest/references/core/config/) is recommended.
|
|
46
|
+
* When provided, this value can help associate assistant activity and feedback with a specific application, where supported.
|
|
47
|
+
* This can make it easier to understand usage patterns and troubleshoot feedback.
|
|
48
|
+
*
|
|
44
49
|
* ## Context
|
|
45
50
|
*
|
|
46
51
|
* Use the [referenceElement](https://developers.arcgis.com/javascript/latest/references/ai-components/components/arcgis-assistant/#referenceElement) property to provide a web map as context to the assistant and its agents.
|