@@ -112,7 +112,7 @@ EXAMPLES
112112 $ sf agent activate --api-name Resort_Manager --target-org my-org
113113```
114114
115- _ See code: [ src/commands/agent/activate.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.14-nga.3 /src/commands/agent/activate.ts ) _
115+ _ See code: [ src/commands/agent/activate.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.14-nga.4 /src/commands/agent/activate.ts ) _
116116
117117## ` sf agent create `
118118
@@ -179,7 +179,7 @@ EXAMPLES
179179 $ sf agent create --name "Resort Manager" --spec specs/resortManagerAgent.yaml --preview
180180```
181181
182- _ See code: [ src/commands/agent/create.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.14-nga.3 /src/commands/agent/create.ts ) _
182+ _ See code: [ src/commands/agent/create.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.14-nga.4 /src/commands/agent/create.ts ) _
183183
184184## ` sf agent deactivate `
185185
@@ -219,7 +219,7 @@ EXAMPLES
219219 $ sf agent deactivate --api-name Resort_Manager --target-org my-org
220220```
221221
222- _ See code: [ src/commands/agent/deactivate.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.14-nga.3 /src/commands/agent/deactivate.ts ) _
222+ _ See code: [ src/commands/agent/deactivate.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.14-nga.4 /src/commands/agent/deactivate.ts ) _
223223
224224## ` sf agent generate agent-spec `
225225
@@ -326,7 +326,7 @@ EXAMPLES
326326 $ sf agent generate agent-spec --tone formal --agent-user [email protected] 327327```
328328
329- _ See code: [ src/commands/agent/generate/agent-spec.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.14-nga.3 /src/commands/agent/generate/agent-spec.ts ) _
329+ _ See code: [ src/commands/agent/generate/agent-spec.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.14-nga.4 /src/commands/agent/generate/agent-spec.ts ) _
330330
331331## ` sf agent generate authoring-bundle `
332332
@@ -385,7 +385,7 @@ EXAMPLES
385385 other-package-dir/main/default --target-org my-dev-org
386386```
387387
388- _ See code: [ src/commands/agent/generate/authoring-bundle.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.14-nga.3 /src/commands/agent/generate/authoring-bundle.ts ) _
388+ _ See code: [ src/commands/agent/generate/authoring-bundle.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.14-nga.4 /src/commands/agent/generate/authoring-bundle.ts ) _
389389
390390## ` sf agent generate template `
391391
@@ -433,7 +433,7 @@ EXAMPLES
433433 force-app/main/default/bots/My_Awesome_Agent/My_Awesome_Agent.bot-meta.xml --agent-version 1
434434```
435435
436- _ See code: [ src/commands/agent/generate/template.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.14-nga.3 /src/commands/agent/generate/template.ts ) _
436+ _ See code: [ src/commands/agent/generate/template.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.14-nga.4 /src/commands/agent/generate/template.ts ) _
437437
438438## ` sf agent generate test-spec `
439439
@@ -494,7 +494,7 @@ EXAMPLES
494494 force-app//main/default/aiEvaluationDefinitions/Resort_Manager_Tests.aiEvaluationDefinition-meta.xml
495495```
496496
497- _ See code: [ src/commands/agent/generate/test-spec.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.14-nga.3 /src/commands/agent/generate/test-spec.ts ) _
497+ _ See code: [ src/commands/agent/generate/test-spec.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.14-nga.4 /src/commands/agent/generate/test-spec.ts ) _
498498
499499## ` sf agent preview `
500500
@@ -560,7 +560,7 @@ EXAMPLES
560560 transcripts/my-preview
561561```
562562
563- _ See code: [ src/commands/agent/preview.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.14-nga.3 /src/commands/agent/preview.ts ) _
563+ _ See code: [ src/commands/agent/preview.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.14-nga.4 /src/commands/agent/preview.ts ) _
564564
565565## ` sf agent publish authoring-bundle `
566566
@@ -604,7 +604,7 @@ EXAMPLES
604604 $ sf agent publish authoring-bundle --api-name MyAuthoringbundle --target-org my-org
605605```
606606
607- _ See code: [ src/commands/agent/publish/authoring-bundle.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.14-nga.3 /src/commands/agent/publish/authoring-bundle.ts ) _
607+ _ See code: [ src/commands/agent/publish/authoring-bundle.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.14-nga.4 /src/commands/agent/publish/authoring-bundle.ts ) _
608608
609609## ` sf agent test create `
610610
@@ -659,7 +659,7 @@ EXAMPLES
659659 $ sf agent test create --spec specs/Resort_Manager-testSpec.yaml --api-name Resort_Manager_Test --preview
660660```
661661
662- _ See code: [ src/commands/agent/test/create.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.14-nga.3 /src/commands/agent/test/create.ts ) _
662+ _ See code: [ src/commands/agent/test/create.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.14-nga.4 /src/commands/agent/test/create.ts ) _
663663
664664## ` sf agent test list `
665665
@@ -694,7 +694,7 @@ EXAMPLES
694694 $ sf agent test list --target-org my-org
695695```
696696
697- _ See code: [ src/commands/agent/test/list.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.14-nga.3 /src/commands/agent/test/list.ts ) _
697+ _ See code: [ src/commands/agent/test/list.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.14-nga.4 /src/commands/agent/test/list.ts ) _
698698
699699## ` sf agent test results `
700700
@@ -760,7 +760,7 @@ FLAG DESCRIPTIONS
760760 expression when using custom evaluations.
761761```
762762
763- _ See code: [ src/commands/agent/test/results.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.14-nga.3 /src/commands/agent/test/results.ts ) _
763+ _ See code: [ src/commands/agent/test/results.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.14-nga.4 /src/commands/agent/test/results.ts ) _
764764
765765## ` sf agent test resume `
766766
@@ -833,7 +833,7 @@ FLAG DESCRIPTIONS
833833 expression when using custom evaluations.
834834```
835835
836- _ See code: [ src/commands/agent/test/resume.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.14-nga.3 /src/commands/agent/test/resume.ts ) _
836+ _ See code: [ src/commands/agent/test/resume.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.14-nga.4 /src/commands/agent/test/resume.ts ) _
837837
838838## ` sf agent test run `
839839
@@ -907,7 +907,7 @@ FLAG DESCRIPTIONS
907907 expression when using custom evaluations.
908908```
909909
910- _ See code: [ src/commands/agent/test/run.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.14-nga.3 /src/commands/agent/test/run.ts ) _
910+ _ See code: [ src/commands/agent/test/run.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.14-nga.4 /src/commands/agent/test/run.ts ) _
911911
912912## ` sf agent validate authoring-bundle `
913913
@@ -949,6 +949,6 @@ EXAMPLES
949949 $ sf agent validate authoring-bundle --api-name MyAuthoringBundle
950950```
951951
952- _ See code: [ src/commands/agent/validate/authoring-bundle.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.14-nga.3 /src/commands/agent/validate/authoring-bundle.ts ) _
952+ _ See code: [ src/commands/agent/validate/authoring-bundle.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.14-nga.4 /src/commands/agent/validate/authoring-bundle.ts ) _
953953
954954<!-- commandsstop -->
0 commit comments