@salesforce/agents 1.1.2 → 1.1.3

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.
@@ -62,9 +62,9 @@ language:
62
62
  additional_locales: ""
63
63
  all_additional_locales: False
64
64
 
65
- start_agent topic_selector:
66
- label: "Topic Selector"
67
- description: "Welcome the user and determine the appropriate topic based on user input"
65
+ start_agent agent_router:
66
+ label: "Agent Router"
67
+ description: "Welcome the user and determine the appropriate subagent based on user input"
68
68
 
69
69
  reasoning:
70
70
  instructions: ->
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/agents",
3
3
  "description": "Client side APIs for working with Salesforce agents",
4
- "version": "1.1.2",
4
+ "version": "1.1.3",
5
5
  "license": "Apache-2.0",
6
6
  "author": "Salesforce",
7
7
  "main": "lib/index",