@@ -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.27.3 /src/commands/agent/activate.ts ) _
115+ _ See code: [ src/commands/agent/activate.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.27.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.27.3 /src/commands/agent/create.ts ) _
182+ _ See code: [ src/commands/agent/create.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.27.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.27.3 /src/commands/agent/deactivate.ts ) _
222+ _ See code: [ src/commands/agent/deactivate.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.27.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 resortmanager@myorg.com
327327```
328328
329- _ See code: [ src/commands/agent/generate/agent-spec.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.27.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.27.4 /src/commands/agent/generate/agent-spec.ts ) _
330330
331331## ` sf agent generate authoring-bundle `
332332
@@ -392,7 +392,7 @@ EXAMPLES
392392 other-package-dir/main/default --target-org my-dev-org
393393```
394394
395- _ See code: [ src/commands/agent/generate/authoring-bundle.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.27.3 /src/commands/agent/generate/authoring-bundle.ts ) _
395+ _ See code: [ src/commands/agent/generate/authoring-bundle.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.27.4 /src/commands/agent/generate/authoring-bundle.ts ) _
396396
397397## ` sf agent generate template `
398398
@@ -440,7 +440,7 @@ EXAMPLES
440440 force-app/main/default/bots/My_Awesome_Agent/My_Awesome_Agent.bot-meta.xml --agent-version 1
441441```
442442
443- _ See code: [ src/commands/agent/generate/template.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.27.3 /src/commands/agent/generate/template.ts ) _
443+ _ See code: [ src/commands/agent/generate/template.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.27.4 /src/commands/agent/generate/template.ts ) _
444444
445445## ` sf agent generate test-spec `
446446
@@ -501,7 +501,7 @@ EXAMPLES
501501 force-app//main/default/aiEvaluationDefinitions/Resort_Manager_Tests.aiEvaluationDefinition-meta.xml
502502```
503503
504- _ See code: [ src/commands/agent/generate/test-spec.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.27.3 /src/commands/agent/generate/test-spec.ts ) _
504+ _ See code: [ src/commands/agent/generate/test-spec.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.27.4 /src/commands/agent/generate/test-spec.ts ) _
505505
506506## ` sf agent preview `
507507
@@ -574,7 +574,7 @@ EXAMPLES
574574 $ sf agent preview --use-live-actions --apex-debug --output-dir transcripts/my-preview
575575```
576576
577- _ See code: [ src/commands/agent/preview.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.27.3 /src/commands/agent/preview.ts ) _
577+ _ See code: [ src/commands/agent/preview.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.27.4 /src/commands/agent/preview.ts ) _
578578
579579## ` sf agent publish authoring-bundle `
580580
@@ -623,7 +623,7 @@ EXAMPLES
623623 $ sf agent publish authoring-bundle --api-name MyAuthoringbundle --target-org my-dev-org
624624```
625625
626- _ See code: [ src/commands/agent/publish/authoring-bundle.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.27.3 /src/commands/agent/publish/authoring-bundle.ts ) _
626+ _ See code: [ src/commands/agent/publish/authoring-bundle.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.27.4 /src/commands/agent/publish/authoring-bundle.ts ) _
627627
628628## ` sf agent test create `
629629
@@ -678,7 +678,7 @@ EXAMPLES
678678 $ sf agent test create --spec specs/Resort_Manager-testSpec.yaml --api-name Resort_Manager_Test --preview
679679```
680680
681- _ See code: [ src/commands/agent/test/create.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.27.3 /src/commands/agent/test/create.ts ) _
681+ _ See code: [ src/commands/agent/test/create.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.27.4 /src/commands/agent/test/create.ts ) _
682682
683683## ` sf agent test list `
684684
@@ -713,7 +713,7 @@ EXAMPLES
713713 $ sf agent test list --target-org my-org
714714```
715715
716- _ See code: [ src/commands/agent/test/list.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.27.3 /src/commands/agent/test/list.ts ) _
716+ _ See code: [ src/commands/agent/test/list.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.27.4 /src/commands/agent/test/list.ts ) _
717717
718718## ` sf agent test results `
719719
@@ -779,7 +779,7 @@ FLAG DESCRIPTIONS
779779 expression when using custom evaluations.
780780```
781781
782- _ See code: [ src/commands/agent/test/results.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.27.3 /src/commands/agent/test/results.ts ) _
782+ _ See code: [ src/commands/agent/test/results.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.27.4 /src/commands/agent/test/results.ts ) _
783783
784784## ` sf agent test resume `
785785
@@ -852,7 +852,7 @@ FLAG DESCRIPTIONS
852852 expression when using custom evaluations.
853853```
854854
855- _ See code: [ src/commands/agent/test/resume.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.27.3 /src/commands/agent/test/resume.ts ) _
855+ _ See code: [ src/commands/agent/test/resume.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.27.4 /src/commands/agent/test/resume.ts ) _
856856
857857## ` sf agent test run `
858858
@@ -926,7 +926,7 @@ FLAG DESCRIPTIONS
926926 expression when using custom evaluations.
927927```
928928
929- _ See code: [ src/commands/agent/test/run.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.27.3 /src/commands/agent/test/run.ts ) _
929+ _ See code: [ src/commands/agent/test/run.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.27.4 /src/commands/agent/test/run.ts ) _
930930
931931## ` sf agent validate authoring-bundle `
932932
@@ -973,6 +973,6 @@ EXAMPLES
973973 $ sf agent validate authoring-bundle --api-name MyAuthoringBundle --target-org my-dev-org
974974```
975975
976- _ See code: [ src/commands/agent/validate/authoring-bundle.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.27.3 /src/commands/agent/validate/authoring-bundle.ts ) _
976+ _ See code: [ src/commands/agent/validate/authoring-bundle.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.27.4 /src/commands/agent/validate/authoring-bundle.ts ) _
977977
978978<!-- commandsstop -->
0 commit comments