@@ -102,17 +102,17 @@ FLAG DESCRIPTIONS
102102 spec` command.
103103```
104104
105- _ See code: [ src/commands/agent/create.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.3.3 /src/commands/agent/create.ts ) _
105+ _ See code: [ src/commands/agent/create.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.3.4 /src/commands/agent/create.ts ) _
106106
107107## ` sf agent generate spec `
108108
109109Create an Agent spec.
110110
111111```
112112USAGE
113- $ sf agent generate spec -o <value> [--json] [--flags-dir <value>] [--api-version <value>] [-t
114- customer_facing|employee_facing] [--role <value>] [--company-name <value>] [--company-description <value>]
115- [--company-website <value>] [-d <value>] [- f <value>]
113+ $ sf agent generate spec -o <value> [--json] [--flags-dir <value>] [--api-version <value>] [-t customer|internal]
114+ [--role <value>] [--company-name <value>] [--company-description <value>] [--company-website <value>] [-d <value>]
115+ [-f <value>]
116116
117117FLAGS
118118 -d, --output-dir=<value> [default: config] The location within the project where the agent spec will be
@@ -121,7 +121,7 @@ FLAGS
121121 -o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
122122 configuration variable is already set.
123123 -t, --type=<option> The type of agent to create.
124- <options: customer_facing|employee_facing >
124+ <options: customer|internal >
125125 --api-version=<value> Override the api version used for api requests made by this command
126126 --company-description=<value> The description of the company, containing details to be used when generating agent
127127 job descriptions.
@@ -145,7 +145,7 @@ EXAMPLES
145145 --company-description "A meaningful description"
146146```
147147
148- _ See code: [ src/commands/agent/generate/spec.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.3.3 /src/commands/agent/generate/spec.ts ) _
148+ _ See code: [ src/commands/agent/generate/spec.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.3.4 /src/commands/agent/generate/spec.ts ) _
149149
150150## ` sf agent test cancel `
151151
@@ -176,7 +176,7 @@ EXAMPLES
176176 $ sf agent test cancel --id AiEvalId
177177```
178178
179- _ See code: [ src/commands/agent/test/cancel.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.3.3 /src/commands/agent/test/cancel.ts ) _
179+ _ See code: [ src/commands/agent/test/cancel.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.3.4 /src/commands/agent/test/cancel.ts ) _
180180
181181## ` sf agent test run `
182182
@@ -218,6 +218,6 @@ FLAG DESCRIPTIONS
218218 If the command continues to run after the wait period, the CLI returns control of the terminal window to you.
219219```
220220
221- _ See code: [ src/commands/agent/test/run.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.3.3 /src/commands/agent/test/run.ts ) _
221+ _ See code: [ src/commands/agent/test/run.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.3.4 /src/commands/agent/test/run.ts ) _
222222
223223<!-- commandsstop -->
0 commit comments