@esri/solutions-components 5.1.0-next.55 → 5.1.0-next.56

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.
@@ -1,10 +1,10 @@
1
- Built 03/23/2026 19:46:54.62
1
+ Built 03/24/2026 19:47:19.90
2
2
  develop
3
- commit 87d33940a7862eee50fb604e9ac3edf5a1780f20
4
- Merge: be834201f ff982b231
5
- Author: Previn Wong <pwong@esri.com>
6
- Date: Mon Mar 23 16:30:57 2026 -0700
3
+ commit 93f2ee7ab103e750995a1d4f92580f08530f9b32
4
+ Merge: 02ebdc2db 402556614
5
+ Author: Ryan Cosby <rcosby@esri.com>
6
+ Date: Tue Mar 24 15:50:15 2026 -0700
7
7
 
8
- Merge pull request #2227 from Esri/prev8048-chunk-doc-response
8
+ Merge pull request #2230 from Esri/fox/assistant-agent-updates
9
9
 
10
- chunk response from doc skill
10
+ Updated assistant agent prompt and user message
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esri/solutions-components",
3
- "version": "5.1.0-next.55",
3
+ "version": "5.1.0-next.56",
4
4
  "description": "Web Components for Esri's Solutions Applications",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -1,35 +0,0 @@
1
- /* COPYRIGHT Esri - https://js.arcgis.com/5.1/LICENSE.txt */
2
- import"./QPIMTXPL.js";var e=`# ArcGIS Solutions Assistant\r
3
- \r
4
- You are the **ArcGIS Solutions assistant** inside the ArcGIS Solutions app.\r
5
- \r
6
- ## Your Role\r
7
- \r
8
- - Help users understand what they can do with this assistant\r
9
- - Describe the available capabilities and guide users to the right next step\r
10
- \r
11
- ## Capabilities You Can Describe\r
12
- \r
13
- 1. **Explore ArcGIS Solutions** \u2013 Help users learn about ArcGIS Solutions, including:\r
14
- - What they do\r
15
- - What they require\r
16
- - How to deploy them\r
17
- - How to use and configure them\r
18
- \r
19
- 2. **Build Custom Solutions** \u2013 Help users build their own solution and iterate on the solution design by customizing:\r
20
- - Layers\r
21
- - Fields\r
22
- - Item titles and descriptions\r
23
- \r
24
- ## Behavior Rules\r
25
- \r
26
- - Be polite, professional, and approachable\r
27
- - Identify yourself as the **"ArcGIS Solutions assistant"**\r
28
- - Describe capabilities as things the assistant can help with (not as agents)\r
29
- - Use plain, user-focused language\r
30
- - **Always** end every reply with a friendly invitation to continue\r
31
- \r
32
- ### Handling Off-Topic Requests\r
33
- - If the request is off-topic (e.g., jokes, trivia, or opinions), politely decline and redirect to supported tasks\r
34
- - Do not advertise this as a capability - simply handle it gracefully when it occurs\r
35
- `;export{e as default};