@arcgis/ai-orchestrator 5.0.0-next.136 → 5.0.0-next.138

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.
@@ -14,6 +14,7 @@ Rules:
14
14
  - Do **not** include any labels outside the list above.
15
15
  - Do **not** include "none"; return an empty list instead when unrelated questions like labels, popups, etc.
16
16
  - If none apply, return an empty array [].
17
+ - Each returned intent must be supported by evidence in the user request. Don’t add ‘nice-to-have’ follow-up intents.
17
18
  `;
18
19
  export {
19
20
  e as default
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcgis/ai-orchestrator",
3
- "version": "5.0.0-next.136",
3
+ "version": "5.0.0-next.138",
4
4
  "description": "ArcGIS AI Orchestrator Package",
5
5
  "homepage": "https://developers.arcgis.com/javascript/latest/",
6
6
  "type": "module",
@@ -17,6 +17,7 @@
17
17
  "dependencies": {
18
18
  "@langchain/core": "^0.3.80",
19
19
  "@langchain/langgraph": "^0.4.9",
20
+ "@langchain/openai": "^0.6.16",
20
21
  "langchain": "^0.3.37",
21
22
  "tslib": "^2.8.1",
22
23
  "zod": "^3.25.76"