Skip to content

Commit acd26fe

Browse files
chore: revert changes in .md file
1 parent 139bb7a commit acd26fe

1 file changed

Lines changed: 1 addition & 31 deletions

File tree

messages/open.authoring-bundle.md

Lines changed: 1 addition & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
# summary
22

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.
44

55
# description
66

77
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.
88

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-
119
To generate the URL but not launch it in your browser, specify --url-only.
1210

1311
# examples
@@ -16,14 +14,6 @@ To generate the URL but not launch it in your browser, specify --url-only.
1614

1715
$ <%= config.bin %> <%= command.id %>
1816

19-
- Open a specific agent directly in Agentforce Builder:
20-
21-
$ <%= config.bin %> <%= command.id %> --api-name MyAgent
22-
23-
- Open a specific version of an agent in Agentforce Builder:
24-
25-
$ <%= config.bin %> <%= command.id %> --api-name MyAgent --version 1
26-
2717
- Open the agents list view in an incognito window of your default browser:
2818

2919
$ <%= config.bin %> <%= command.id %> --private
@@ -32,26 +22,6 @@ To generate the URL but not launch it in your browser, specify --url-only.
3222

3323
$ <%= config.bin %> <%= command.id %> --target-org MyTestOrg1 --browser firefox
3424

35-
- Open a specific agent in a different org and display the URL only:
36-
37-
$ <%= config.bin %> <%= command.id %> --api-name MyAgent --version 2 --target-org MyTestOrg1 --url-only
38-
39-
# flags.api-name.summary
40-
41-
API name of the agent to open in Agentforce Builder.
42-
43-
# flags.api-name.description
44-
45-
The API name of the agent to open directly in Agentforce Builder. Optionally specify --version to open a specific version.
46-
47-
# flags.version.summary
48-
49-
Version number of the agent to open in Agentforce Builder.
50-
51-
# flags.version.description
52-
53-
The version number of the agent to open directly in Agentforce Builder. Can only be used with the --api-name flag.
54-
5525
# flags.private.summary
5626

5727
Open the org in the default browser using private (incognito) mode.

0 commit comments

Comments
 (0)