@@ -132,7 +132,7 @@ EXAMPLES
132
132
$ sf agent create --name "Resort Manager" --spec specs/resortManagerAgent.yaml --preview
133
133
```
134
134
135
- _ See code: [ src/commands/agent/create.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.21.1 /src/commands/agent/create.ts ) _
135
+ _ See code: [ src/commands/agent/create.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.22.0 /src/commands/agent/create.ts ) _
136
136
137
137
## ` sf agent generate agent-spec `
138
138
@@ -237,7 +237,7 @@ EXAMPLES
237
237
$ sf agent generate agent-spec --tone formal --agent-user [email protected]
238
238
```
239
239
240
- _ See code: [ src/commands/agent/generate/agent-spec.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.21.1 /src/commands/agent/generate/agent-spec.ts ) _
240
+ _ See code: [ src/commands/agent/generate/agent-spec.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.22.0 /src/commands/agent/generate/agent-spec.ts ) _
241
241
242
242
## ` sf agent generate template `
243
243
@@ -285,7 +285,7 @@ EXAMPLES
285
285
force-app/main/default/bots/My_Awesome_Agent/My_Awesome_Agent.bot-meta.xml --agent-version 1
286
286
```
287
287
288
- _ See code: [ src/commands/agent/generate/template.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.21.1 /src/commands/agent/generate/template.ts ) _
288
+ _ See code: [ src/commands/agent/generate/template.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.22.0 /src/commands/agent/generate/template.ts ) _
289
289
290
290
## ` sf agent generate test-spec `
291
291
@@ -343,7 +343,7 @@ EXAMPLES
343
343
force-app//main/default/aiEvaluationDefinitions/Resort_Manager_Tests.aiEvaluationDefinition-meta.xml
344
344
```
345
345
346
- _ See code: [ src/commands/agent/generate/test-spec.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.21.1 /src/commands/agent/generate/test-spec.ts ) _
346
+ _ See code: [ src/commands/agent/generate/test-spec.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.22.0 /src/commands/agent/generate/test-spec.ts ) _
347
347
348
348
## ` sf agent preview `
349
349
@@ -352,6 +352,7 @@ Interact with an active agent to preview how the agent responds to your statemen
352
352
```
353
353
USAGE
354
354
$ sf agent preview -o <value> -a <value> [--flags-dir <value>] [--api-version <value>] [-n <value>] [-d <value>]
355
+ [-x]
355
356
356
357
FLAGS
357
358
-a, --connected-app-user=<value> (required) Username or alias of the connected app user that's configured with
@@ -360,6 +361,7 @@ FLAGS
360
361
-n, --api-name=<value> API name of the agent you want to interact with.
361
362
-o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
362
363
configuration variable is already set.
364
+ -x, --apex-debug Enable Apex debug logging during the agent preview conversation.
363
365
--api-version=<value> Override the api version used for api requests made by this command
364
366
365
367
GLOBAL FLAGS
@@ -386,7 +388,6 @@ DESCRIPTION
386
388
Find the agent's API name in its main details page in your org's Agent page in Setup.
387
389
388
390
Before you use this command, you must complete these steps:
389
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
390
391
391
392
1. Create a connected app in your org as described in the "Create a Connected App" section here:
392
393
https://developer.salesforce.com/docs/einstein/genai/guide/agent-api-get-started.html#create-a-connected-app. Do these
@@ -436,7 +437,7 @@ EXAMPLES
436
437
--output-dir "transcripts/my-preview"
437
438
```
438
439
439
- _ See code: [ src/commands/agent/preview.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.21.1 /src/commands/agent/preview.ts ) _
440
+ _ See code: [ src/commands/agent/preview.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.22.0 /src/commands/agent/preview.ts ) _
440
441
441
442
## ` sf agent test create `
442
443
@@ -491,7 +492,7 @@ EXAMPLES
491
492
$ sf agent test create --spec specs/Resort_Manager-testSpec.yaml --api-name Resort_Manager_Test --preview
492
493
```
493
494
494
- _ See code: [ src/commands/agent/test/create.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.21.1 /src/commands/agent/test/create.ts ) _
495
+ _ See code: [ src/commands/agent/test/create.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.22.0 /src/commands/agent/test/create.ts ) _
495
496
496
497
## ` sf agent test list `
497
498
@@ -526,7 +527,7 @@ EXAMPLES
526
527
$ sf agent test list --target-org my-org
527
528
```
528
529
529
- _ See code: [ src/commands/agent/test/list.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.21.1 /src/commands/agent/test/list.ts ) _
530
+ _ See code: [ src/commands/agent/test/list.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.22.0 /src/commands/agent/test/list.ts ) _
530
531
531
532
## ` sf agent test results `
532
533
@@ -582,7 +583,7 @@ FLAG DESCRIPTIONS
582
583
test results aren't written.
583
584
```
584
585
585
- _ See code: [ src/commands/agent/test/results.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.21.1 /src/commands/agent/test/results.ts ) _
586
+ _ See code: [ src/commands/agent/test/results.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.22.0 /src/commands/agent/test/results.ts ) _
586
587
587
588
## ` sf agent test resume `
588
589
@@ -645,7 +646,7 @@ FLAG DESCRIPTIONS
645
646
test results aren't written.
646
647
```
647
648
648
- _ See code: [ src/commands/agent/test/resume.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.21.1 /src/commands/agent/test/resume.ts ) _
649
+ _ See code: [ src/commands/agent/test/resume.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.22.0 /src/commands/agent/test/resume.ts ) _
649
650
650
651
## ` sf agent test run `
651
652
@@ -709,6 +710,6 @@ FLAG DESCRIPTIONS
709
710
test results aren't written.
710
711
```
711
712
712
- _ See code: [ src/commands/agent/test/run.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.21.1 /src/commands/agent/test/run.ts ) _
713
+ _ See code: [ src/commands/agent/test/run.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.22.0 /src/commands/agent/test/run.ts ) _
713
714
714
715
<!-- commandsstop -->
0 commit comments