You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: messages/open.authoring-bundle.md
+1-31Lines changed: 1 addition & 31 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,11 @@
1
1
# summary
2
2
3
-
Open your org in Agentforce Studio, specifically in the list view showing the list of agents, or open a specific agent in Agentforce Builder.
3
+
Open your org in Agentforce Studio, specifically in the list view showing the list of agents.
4
4
5
5
# description
6
6
7
7
The list view shows the agents in your org that are implemented with Agent Script and an authoring bundle. Click on an agent name to open it in Agentforce Builder in a new browser window.
8
8
9
-
To open a specific agent directly in Agentforce Builder, provide the --api-name flag. Optionally include --version to open a specific version of the agent.
10
-
11
9
To generate the URL but not launch it in your browser, specify --url-only.
12
10
13
11
# examples
@@ -16,14 +14,6 @@ To generate the URL but not launch it in your browser, specify --url-only.
16
14
17
15
$ <%= config.bin %> <%= command.id %>
18
16
19
-
- Open a specific agent directly in Agentforce Builder:
0 commit comments