@@ -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.0 /src/commands/agent/activate.ts ) _
115+ _ See code: [ src/commands/agent/activate.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.14-nga.1 /src/commands/agent/activate.ts ) _
116116
117117## ` sf agent create `
118118
@@ -174,7 +174,7 @@ EXAMPLES
174174 $ sf agent create --name "Resort Manager" --spec specs/resortManagerAgent.yaml --preview
175175```
176176
177- _ See code: [ src/commands/agent/create.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.14-nga.0 /src/commands/agent/create.ts ) _
177+ _ See code: [ src/commands/agent/create.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.14-nga.1 /src/commands/agent/create.ts ) _
178178
179179## ` sf agent deactivate `
180180
@@ -214,7 +214,7 @@ EXAMPLES
214214 $ sf agent deactivate --api-name Resort_Manager --target-org my-org
215215```
216216
217- _ See code: [ src/commands/agent/deactivate.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.14-nga.0 /src/commands/agent/deactivate.ts ) _
217+ _ See code: [ src/commands/agent/deactivate.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.14-nga.1 /src/commands/agent/deactivate.ts ) _
218218
219219## ` sf agent generate agent-spec `
220220
@@ -319,7 +319,7 @@ EXAMPLES
319319 $ sf agent generate agent-spec --tone formal --agent-user [email protected] 320320```
321321
322- _ See code: [ src/commands/agent/generate/agent-spec.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.14-nga.0 /src/commands/agent/generate/agent-spec.ts ) _
322+ _ See code: [ src/commands/agent/generate/agent-spec.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.14-nga.1 /src/commands/agent/generate/agent-spec.ts ) _
323323
324324## ` sf agent generate authoring-bundle `
325325
@@ -367,7 +367,7 @@ EXAMPLES
367367 other-package-dir/main/default/aiAuthoringBundles
368368```
369369
370- _ See code: [ src/commands/agent/generate/authoring-bundle.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.14-nga.0 /src/commands/agent/generate/authoring-bundle.ts ) _
370+ _ See code: [ src/commands/agent/generate/authoring-bundle.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.14-nga.1 /src/commands/agent/generate/authoring-bundle.ts ) _
371371
372372## ` sf agent generate template `
373373
@@ -415,7 +415,7 @@ EXAMPLES
415415 force-app/main/default/bots/My_Awesome_Agent/My_Awesome_Agent.bot-meta.xml --agent-version 1
416416```
417417
418- _ See code: [ src/commands/agent/generate/template.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.14-nga.0 /src/commands/agent/generate/template.ts ) _
418+ _ See code: [ src/commands/agent/generate/template.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.14-nga.1 /src/commands/agent/generate/template.ts ) _
419419
420420## ` sf agent generate test-spec `
421421
@@ -476,7 +476,7 @@ EXAMPLES
476476 force-app//main/default/aiEvaluationDefinitions/Resort_Manager_Tests.aiEvaluationDefinition-meta.xml
477477```
478478
479- _ See code: [ src/commands/agent/generate/test-spec.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.14-nga.0 /src/commands/agent/generate/test-spec.ts ) _
479+ _ See code: [ src/commands/agent/generate/test-spec.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.14-nga.1 /src/commands/agent/generate/test-spec.ts ) _
480480
481481## ` sf agent preview `
482482
@@ -542,7 +542,7 @@ EXAMPLES
542542 transcripts/my-preview
543543```
544544
545- _ See code: [ src/commands/agent/preview.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.14-nga.0 /src/commands/agent/preview.ts ) _
545+ _ See code: [ src/commands/agent/preview.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.14-nga.1 /src/commands/agent/preview.ts ) _
546546
547547## ` sf agent publish authoring-bundle `
548548
@@ -585,7 +585,7 @@ EXAMPLES
585585 $ sf agent publish authoring-bundle --api-name MyAuthoringbundle --agent-name "My Fab Agent" --target-org my-org
586586```
587587
588- _ See code: [ src/commands/agent/publish/authoring-bundle.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.14-nga.0 /src/commands/agent/publish/authoring-bundle.ts ) _
588+ _ See code: [ src/commands/agent/publish/authoring-bundle.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.14-nga.1 /src/commands/agent/publish/authoring-bundle.ts ) _
589589
590590## ` sf agent test create `
591591
@@ -640,7 +640,7 @@ EXAMPLES
640640 $ sf agent test create --spec specs/Resort_Manager-testSpec.yaml --api-name Resort_Manager_Test --preview
641641```
642642
643- _ See code: [ src/commands/agent/test/create.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.14-nga.0 /src/commands/agent/test/create.ts ) _
643+ _ See code: [ src/commands/agent/test/create.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.14-nga.1 /src/commands/agent/test/create.ts ) _
644644
645645## ` sf agent test list `
646646
@@ -675,7 +675,7 @@ EXAMPLES
675675 $ sf agent test list --target-org my-org
676676```
677677
678- _ See code: [ src/commands/agent/test/list.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.14-nga.0 /src/commands/agent/test/list.ts ) _
678+ _ See code: [ src/commands/agent/test/list.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.14-nga.1 /src/commands/agent/test/list.ts ) _
679679
680680## ` sf agent test results `
681681
@@ -741,7 +741,7 @@ FLAG DESCRIPTIONS
741741 expression when using custom evaluations.
742742```
743743
744- _ See code: [ src/commands/agent/test/results.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.14-nga.0 /src/commands/agent/test/results.ts ) _
744+ _ See code: [ src/commands/agent/test/results.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.14-nga.1 /src/commands/agent/test/results.ts ) _
745745
746746## ` sf agent test resume `
747747
@@ -814,7 +814,7 @@ FLAG DESCRIPTIONS
814814 expression when using custom evaluations.
815815```
816816
817- _ See code: [ src/commands/agent/test/resume.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.14-nga.0 /src/commands/agent/test/resume.ts ) _
817+ _ See code: [ src/commands/agent/test/resume.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.14-nga.1 /src/commands/agent/test/resume.ts ) _
818818
819819## ` sf agent test run `
820820
@@ -888,7 +888,7 @@ FLAG DESCRIPTIONS
888888 expression when using custom evaluations.
889889```
890890
891- _ See code: [ src/commands/agent/test/run.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.14-nga.0 /src/commands/agent/test/run.ts ) _
891+ _ See code: [ src/commands/agent/test/run.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.14-nga.1 /src/commands/agent/test/run.ts ) _
892892
893893## ` sf agent validate authoring-bundle `
894894
@@ -928,6 +928,6 @@ EXAMPLES
928928 $ sf agent validate authoring-bundle --api-name MyAuthoringBundle
929929```
930930
931- _ See code: [ src/commands/agent/validate/authoring-bundle.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.14-nga.0 /src/commands/agent/validate/authoring-bundle.ts ) _
931+ _ See code: [ src/commands/agent/validate/authoring-bundle.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.14-nga.1 /src/commands/agent/validate/authoring-bundle.ts ) _
932932
933933<!-- commandsstop -->
0 commit comments