@arcgis/ai-agents 5.1.0-next.85 → 5.1.0-next.86

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.
Files changed (2) hide show
  1. package/dist/index.js +3 -4
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -382,8 +382,7 @@ ${l}` : "", u = {
382
382
  },
383
383
  // No tool call => surface fallback text now. Tool call => tool node will set output.
384
384
  outputMessage: h ? e.outputMessage : y,
385
- // Tool path status is resolved downstream. No-tool path is partial if useful fallback exists, else failed.
386
- status: h ? e.status : E ? "partial" : "failed"
385
+ status: h ? e.status : E ? "success" : "failed"
387
386
  };
388
387
  }
389
388
  const Q = (e, t = 300) => {
@@ -1331,7 +1330,7 @@ This is the DEFAULT tool for most queries. When in doubt, use this tool.`,
1331
1330
  ...e,
1332
1331
  dataExplorationMessages: [...e.dataExplorationMessages, i],
1333
1332
  outputMessage: c,
1334
- status: "partial",
1333
+ status: "success",
1335
1334
  summary: c ? Q(c) : "Query executed."
1336
1335
  };
1337
1336
  }, ua = async (e, t) => {
@@ -1406,7 +1405,7 @@ async function ma(e, t) {
1406
1405
  ...e,
1407
1406
  dataExplorationMessages: [...e.dataExplorationMessages, ...r],
1408
1407
  queryResponse: a,
1409
- status: "partial",
1408
+ status: "success",
1410
1409
  outputMessage: o.join(`
1411
1410
  `),
1412
1411
  summary: o.length > 0 ? Q(o.join(`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcgis/ai-agents",
3
- "version": "5.1.0-next.85",
3
+ "version": "5.1.0-next.86",
4
4
  "description": "ArcGIS AI Agents Package",
5
5
  "homepage": "https://developers.arcgis.com/javascript/latest/",
6
6
  "type": "module",
@@ -20,7 +20,7 @@
20
20
  "@langchain/langgraph": "^1.2.6",
21
21
  "tslib": "^2.8.1",
22
22
  "zod": "^4.3.6",
23
- "@arcgis/ai-orchestrator": "5.1.0-next.85"
23
+ "@arcgis/ai-orchestrator": "5.1.0-next.86"
24
24
  },
25
25
  "peerDependencies": {
26
26
  "@arcgis/core": "^5.1.0-next"