@arcgis/ai-components 5.1.0-next.102 → 5.1.0-next.104

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 (33) hide show
  1. package/dist/cdn/47QQSSPB.js +2 -0
  2. package/dist/cdn/{2GGXJKQD.js → 53VEUSO6.js} +1 -1
  3. package/dist/cdn/{25OJ5FXG.js → AHO5GI7C.js} +1 -1
  4. package/dist/cdn/{7M7EPP5U.js → AUI5SK23.js} +1 -1
  5. package/dist/cdn/{TSIUD5CY.js → DYOEGUSR.js} +1 -1
  6. package/dist/cdn/EJWQC2SL.js +2 -0
  7. package/dist/cdn/{ZPNJGIAF.js → EKYXKJTY.js} +1 -1
  8. package/dist/cdn/MRXJFN2A.js +2 -0
  9. package/dist/cdn/{RUG4CKQX.js → TEUDBVRL.js} +1 -1
  10. package/dist/cdn/{L6A7BGIF.js → UJCNINPS.js} +51 -49
  11. package/dist/cdn/{VHOF6SUZ.js → Z7GVYVWK.js} +2 -1
  12. package/dist/cdn/{LOXY54T6.js → ZKQG2EZQ.js} +22 -22
  13. package/dist/cdn/index.js +1 -1
  14. package/dist/cdn/main.css +1 -1
  15. package/dist/chunks/utils.js +25 -13
  16. package/dist/chunks/utils2.js +11 -7
  17. package/dist/components/arcgis-assistant-knowledge-agent/customElement.d.ts +101 -0
  18. package/dist/components/arcgis-assistant-knowledge-agent/customElement.js +51 -0
  19. package/dist/components/arcgis-assistant-knowledge-agent/index.d.ts +1 -0
  20. package/dist/components/arcgis-assistant-knowledge-agent/index.js +1 -0
  21. package/dist/docs/api.json +1 -1
  22. package/dist/docs/docs.json +1 -1
  23. package/dist/docs/vscode.html-custom-data.json +1 -1
  24. package/dist/docs/web-types.json +1 -1
  25. package/dist/index.d.ts +4 -0
  26. package/dist/loader.js +1 -0
  27. package/dist/types/lumina.d.ts +5 -0
  28. package/dist/types/preact.d.ts +6 -0
  29. package/dist/types/react.d.ts +7 -0
  30. package/dist/types/stencil.d.ts +5 -0
  31. package/package.json +6 -6
  32. package/dist/cdn/B4DEC7PH.js +0 -2
  33. package/dist/cdn/KVH3PDVW.js +0 -2
@@ -79,7 +79,7 @@ Use prior steps to:
79
79
  - Only break the request into multiple steps when necessary.
80
80
  - When multiple agents could help, choose the best fit instead of returning \`null\`.
81
81
  - Base the choice on the registered agent descriptions, not on whether the user used exact matching keywords.
82
- - If no agent can fully complete the request, but one agent can take the next useful step, choose that agent and set \`requiresFollowUp\` to \`true\`.
82
+ - If no agent can fully complete the request, but one agent can take the next useful step, choose that agent.
83
83
  - Do NOT reuse constraints from prior steps unless the current user request explicitly requires them.
84
84
  - Each step must reflect the current user request exactly.
85
85
 
@@ -117,4 +117,5 @@ Do not reinterpret the request into a different form.
117
117
  - \`requiresFollowUp\` should indicate a likely next agent step, not uncertainty about the current request
118
118
  - Set \`requiresFollowUp\` to \`true\` only when another orchestration step will likely be needed after this agent succeeds
119
119
  - Set \`requiresFollowUp\` to \`false\` when a successful result from this agent would likely complete the user-visible task
120
+ - Default to \`false\`
120
121
  `;export{e as default};