@@ -132,7 +132,7 @@ EXAMPLES
132
132
$ sf agent create --agent-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.20.5 /src/commands/agent/create.ts ) _
135
+ _ See code: [ src/commands/agent/create.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.20.6 /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.20.5 /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.20.6 /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.20.5 /src/commands/agent/generate/template.ts ) _
288
+ _ See code: [ src/commands/agent/generate/template.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.20.6 /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.20.5 /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.20.6 /src/commands/agent/generate/test-spec.ts ) _
347
347
348
348
## ` sf agent preview `
349
349
@@ -419,7 +419,7 @@ EXAMPLES
419
419
"transcripts/my-preview"
420
420
```
421
421
422
- _ See code: [ src/commands/agent/preview.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.20.5 /src/commands/agent/preview.ts ) _
422
+ _ See code: [ src/commands/agent/preview.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.20.6 /src/commands/agent/preview.ts ) _
423
423
424
424
## ` sf agent test create `
425
425
@@ -474,7 +474,7 @@ EXAMPLES
474
474
$ sf agent test create --spec specs/Resort_Manager-testSpec.yaml --test-api-name Resort_Manager_Test --preview
475
475
```
476
476
477
- _ See code: [ src/commands/agent/test/create.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.20.5 /src/commands/agent/test/create.ts ) _
477
+ _ See code: [ src/commands/agent/test/create.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.20.6 /src/commands/agent/test/create.ts ) _
478
478
479
479
## ` sf agent test list `
480
480
@@ -509,7 +509,7 @@ EXAMPLES
509
509
$ sf agent test list --target-org my-org
510
510
```
511
511
512
- _ See code: [ src/commands/agent/test/list.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.20.5 /src/commands/agent/test/list.ts ) _
512
+ _ See code: [ src/commands/agent/test/list.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.20.6 /src/commands/agent/test/list.ts ) _
513
513
514
514
## ` sf agent test results `
515
515
@@ -565,7 +565,7 @@ FLAG DESCRIPTIONS
565
565
test results aren't written.
566
566
```
567
567
568
- _ See code: [ src/commands/agent/test/results.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.20.5 /src/commands/agent/test/results.ts ) _
568
+ _ See code: [ src/commands/agent/test/results.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.20.6 /src/commands/agent/test/results.ts ) _
569
569
570
570
## ` sf agent test resume `
571
571
@@ -628,7 +628,7 @@ FLAG DESCRIPTIONS
628
628
test results aren't written.
629
629
```
630
630
631
- _ See code: [ src/commands/agent/test/resume.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.20.5 /src/commands/agent/test/resume.ts ) _
631
+ _ See code: [ src/commands/agent/test/resume.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.20.6 /src/commands/agent/test/resume.ts ) _
632
632
633
633
## ` sf agent test run `
634
634
@@ -692,6 +692,6 @@ FLAG DESCRIPTIONS
692
692
test results aren't written.
693
693
```
694
694
695
- _ See code: [ src/commands/agent/test/run.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.20.5 /src/commands/agent/test/run.ts ) _
695
+ _ See code: [ src/commands/agent/test/run.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.20.6 /src/commands/agent/test/run.ts ) _
696
696
697
697
<!-- commandsstop -->
0 commit comments