@@ -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.25.3 /src/commands/agent/activate.ts ) _
115+ _ See code: [ src/commands/agent/activate.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.26.0 /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.25.3 /src/commands/agent/create.ts ) _
182+ _ See code: [ src/commands/agent/create.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.26.0 /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.25.3 /src/commands/agent/deactivate.ts ) _
222+ _ See code: [ src/commands/agent/deactivate.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.26.0 /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.25.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.26.0 /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.25.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.26.0 /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.25.3 /src/commands/agent/generate/template.ts ) _
443+ _ See code: [ src/commands/agent/generate/template.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.26.0 /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.25.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.26.0 /src/commands/agent/generate/test-spec.ts ) _
505505
506506## ` sf agent preview `
507507
@@ -580,7 +580,7 @@ EXAMPLES
580580 $ sf agent preview --use-live-actions --apex-debug --output-dir transcripts/my-preview
581581```
582582
583- _ See code: [ src/commands/agent/preview.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.25.3 /src/commands/agent/preview.ts ) _
583+ _ See code: [ src/commands/agent/preview.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.26.0 /src/commands/agent/preview.ts ) _
584584
585585## ` sf agent publish authoring-bundle `
586586
@@ -627,7 +627,7 @@ EXAMPLES
627627 $ sf agent publish authoring-bundle --api-name MyAuthoringbundle --target-org my-dev-org
628628```
629629
630- _ See code: [ src/commands/agent/publish/authoring-bundle.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.25.3 /src/commands/agent/publish/authoring-bundle.ts ) _
630+ _ See code: [ src/commands/agent/publish/authoring-bundle.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.26.0 /src/commands/agent/publish/authoring-bundle.ts ) _
631631
632632## ` sf agent test create `
633633
@@ -682,7 +682,7 @@ EXAMPLES
682682 $ sf agent test create --spec specs/Resort_Manager-testSpec.yaml --api-name Resort_Manager_Test --preview
683683```
684684
685- _ See code: [ src/commands/agent/test/create.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.25.3 /src/commands/agent/test/create.ts ) _
685+ _ See code: [ src/commands/agent/test/create.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.26.0 /src/commands/agent/test/create.ts ) _
686686
687687## ` sf agent test list `
688688
@@ -717,7 +717,7 @@ EXAMPLES
717717 $ sf agent test list --target-org my-org
718718```
719719
720- _ See code: [ src/commands/agent/test/list.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.25.3 /src/commands/agent/test/list.ts ) _
720+ _ See code: [ src/commands/agent/test/list.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.26.0 /src/commands/agent/test/list.ts ) _
721721
722722## ` sf agent test results `
723723
@@ -783,7 +783,7 @@ FLAG DESCRIPTIONS
783783 expression when using custom evaluations.
784784```
785785
786- _ See code: [ src/commands/agent/test/results.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.25.3 /src/commands/agent/test/results.ts ) _
786+ _ See code: [ src/commands/agent/test/results.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.26.0 /src/commands/agent/test/results.ts ) _
787787
788788## ` sf agent test resume `
789789
@@ -856,7 +856,7 @@ FLAG DESCRIPTIONS
856856 expression when using custom evaluations.
857857```
858858
859- _ See code: [ src/commands/agent/test/resume.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.25.3 /src/commands/agent/test/resume.ts ) _
859+ _ See code: [ src/commands/agent/test/resume.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.26.0 /src/commands/agent/test/resume.ts ) _
860860
861861## ` sf agent test run `
862862
@@ -930,7 +930,7 @@ FLAG DESCRIPTIONS
930930 expression when using custom evaluations.
931931```
932932
933- _ See code: [ src/commands/agent/test/run.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.25.3 /src/commands/agent/test/run.ts ) _
933+ _ See code: [ src/commands/agent/test/run.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.26.0 /src/commands/agent/test/run.ts ) _
934934
935935## ` sf agent validate authoring-bundle `
936936
@@ -977,6 +977,6 @@ EXAMPLES
977977 $ sf agent validate authoring-bundle --api-name MyAuthoringBundle --target-org my-dev-org
978978```
979979
980- _ See code: [ src/commands/agent/validate/authoring-bundle.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.25.3 /src/commands/agent/validate/authoring-bundle.ts ) _
980+ _ See code: [ src/commands/agent/validate/authoring-bundle.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.26.0 /src/commands/agent/validate/authoring-bundle.ts ) _
981981
982982<!-- commandsstop -->
0 commit comments