@arcgis/ai-components 5.1.0-next.85 → 5.1.0-next.87
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/cdn/{ZHM6VL7C.js → 2FQTU6HL.js} +1 -1
- package/dist/cdn/{43CR4HQU.js → 4TY43HO3.js} +1 -1
- package/dist/cdn/{XXAIPOVB.js → ERCMPLS4.js} +1 -2
- package/dist/cdn/{T7NKER3A.js → FTUILS6R.js} +28 -27
- package/dist/cdn/{VEF7NWH5.js → GJQVEIZF.js} +1 -1
- package/dist/cdn/{7QVCJTXX.js → HLDIWEWD.js} +1 -1
- package/dist/cdn/{QILCORIZ.js → NCMEKPIM.js} +1 -1
- package/dist/cdn/{WASYNIGU.js → ZIER3BNM.js} +3 -3
- package/dist/cdn/index.js +1 -1
- package/dist/docs/api.json +1 -1
- package/dist/docs/docs.json +1 -1
- package/dist/docs/web-types.json +1 -1
- package/package.json +6 -6
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
/* COPYRIGHT Esri - https://js.arcgis.com/5.1/LICENSE.txt */
|
|
2
|
-
import c from"./
|
|
2
|
+
import c from"./ZIER3BNM.js";import b from"./FTUILS6R.js";import"./PLPJJRCP.js";import{a as e,c as a}from"./B4DEC7PH.js";import"./KVH3PDVW.js";import"./YGW7TUNX.js";import{v as s,y as r}from"./AKEZZ3RP.js";import"./CFDTXKJ6.js";export default $arcgis.t(([,{c:i}])=>{var t=class extends s{constructor(){super(...arguments),this.agent=i}static{this.properties={referenceElement:1}}#t;getContext(){if(!this.#t)throw new Error("arcgis-assistant-layer-styling-agent requires a mapView");return{mapView:this.#t}}load(){this.#t=e(this,"arcgis-assistant-layer-styling-agent"),a(this)}};r("arcgis-assistant-layer-styling-agent",t);return t},b,c)
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
/* COPYRIGHT Esri - https://js.arcgis.com/5.1/LICENSE.txt */
|
|
2
|
-
import c from"./
|
|
2
|
+
import c from"./ZIER3BNM.js";import b from"./FTUILS6R.js";import"./PLPJJRCP.js";import{a as r,c as e}from"./B4DEC7PH.js";import"./KVH3PDVW.js";import"./YGW7TUNX.js";import{v as a,y as s}from"./AKEZZ3RP.js";import"./CFDTXKJ6.js";export default $arcgis.t(([,{b:i}])=>{var t=class extends a{constructor(){super(...arguments),this.agent=i}static{this.properties={referenceElement:1}}#t;getContext(){if(!this.#t)throw new Error("arcgis-assistant-data-exploration-agent requires a mapView");return{mapView:this.#t}}load(){this.#t=r(this,"arcgis-assistant-data-exploration-agent"),e(this)}};s("arcgis-assistant-data-exploration-agent",t);return t},b,c)
|
|
@@ -40,12 +40,11 @@ Each step has:
|
|
|
40
40
|
- agentId: string
|
|
41
41
|
- assignedTask: string
|
|
42
42
|
- summary: string
|
|
43
|
-
- status: "success" | "failed" | "
|
|
43
|
+
- status: "success" | "failed" | "unknown"
|
|
44
44
|
|
|
45
45
|
Use prior steps to:
|
|
46
46
|
|
|
47
47
|
- Avoid repeating work that has already succeeded
|
|
48
|
-
- Continue or refine steps that were partial
|
|
49
48
|
- Retry or adjust steps that failed when appropriate
|
|
50
49
|
|
|
51
50
|
{priorSteps}
|