@@ -126,7 +126,7 @@ EXAMPLES
126126 $ sf agent activate --api-name Resort_Manager --version 2 --target-org my-org
127127```
128128
129- _ See code: [ src/commands/agent/activate.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.32.7 /src/commands/agent/activate.ts ) _
129+ _ See code: [ src/commands/agent/activate.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.32.8 /src/commands/agent/activate.ts ) _
130130
131131## ` sf agent create `
132132
@@ -193,7 +193,7 @@ EXAMPLES
193193 $ sf agent create --name "Resort Manager" --spec specs/resortManagerAgent.yaml --preview
194194```
195195
196- _ See code: [ src/commands/agent/create.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.32.7 /src/commands/agent/create.ts ) _
196+ _ See code: [ src/commands/agent/create.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.32.8 /src/commands/agent/create.ts ) _
197197
198198## ` sf agent deactivate `
199199
@@ -234,7 +234,7 @@ EXAMPLES
234234 $ sf agent deactivate --api-name Resort_Manager --target-org my-org
235235```
236236
237- _ See code: [ src/commands/agent/deactivate.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.32.7 /src/commands/agent/deactivate.ts ) _
237+ _ See code: [ src/commands/agent/deactivate.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.32.8 /src/commands/agent/deactivate.ts ) _
238238
239239## ` sf agent generate agent-spec `
240240
@@ -341,7 +341,7 @@ EXAMPLES
341341 $ sf agent generate agent-spec --tone formal --agent-user resortmanager@myorg.com
342342```
343343
344- _ See code: [ src/commands/agent/generate/agent-spec.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.32.7 /src/commands/agent/generate/agent-spec.ts ) _
344+ _ See code: [ src/commands/agent/generate/agent-spec.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.32.8 /src/commands/agent/generate/agent-spec.ts ) _
345345
346346## ` sf agent generate authoring-bundle `
347347
@@ -418,7 +418,7 @@ EXAMPLES
418418 other-package-dir/main/default --target-org my-dev-org
419419```
420420
421- _ See code: [ src/commands/agent/generate/authoring-bundle.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.32.7 /src/commands/agent/generate/authoring-bundle.ts ) _
421+ _ See code: [ src/commands/agent/generate/authoring-bundle.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.32.8 /src/commands/agent/generate/authoring-bundle.ts ) _
422422
423423## ` sf agent generate template `
424424
@@ -466,7 +466,7 @@ EXAMPLES
466466 force-app/main/default/bots/My_Awesome_Agent/My_Awesome_Agent.bot-meta.xml --agent-version 1
467467```
468468
469- _ See code: [ src/commands/agent/generate/template.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.32.7 /src/commands/agent/generate/template.ts ) _
469+ _ See code: [ src/commands/agent/generate/template.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.32.8 /src/commands/agent/generate/template.ts ) _
470470
471471## ` sf agent generate test-spec `
472472
@@ -531,7 +531,7 @@ EXAMPLES
531531 force-app//main/default/aiEvaluationDefinitions/Resort_Manager_Tests.aiEvaluationDefinition-meta.xml
532532```
533533
534- _ See code: [ src/commands/agent/generate/test-spec.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.32.7 /src/commands/agent/generate/test-spec.ts ) _
534+ _ See code: [ src/commands/agent/generate/test-spec.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.32.8 /src/commands/agent/generate/test-spec.ts ) _
535535
536536## ` sf agent preview `
537537
@@ -604,7 +604,7 @@ EXAMPLES
604604 $ sf agent preview --use-live-actions --apex-debug --output-dir transcripts/my-preview
605605```
606606
607- _ See code: [ src/commands/agent/preview.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.32.7 /src/commands/agent/preview.ts ) _
607+ _ See code: [ src/commands/agent/preview.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.32.8 /src/commands/agent/preview.ts ) _
608608
609609## ` sf agent preview end `
610610
@@ -659,7 +659,7 @@ EXAMPLES
659659 $ sf agent preview end --authoring-bundle My_Local_Agent
660660```
661661
662- _ See code: [ src/commands/agent/preview/end.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.32.7 /src/commands/agent/preview/end.ts ) _
662+ _ See code: [ src/commands/agent/preview/end.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.32.8 /src/commands/agent/preview/end.ts ) _
663663
664664## ` sf agent preview send `
665665
@@ -717,7 +717,7 @@ EXAMPLES
717717 $ sf agent preview send --utterance "what can you help me with?" --authoring-bundle My_Local_Agent
718718```
719719
720- _ See code: [ src/commands/agent/preview/send.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.32.7 /src/commands/agent/preview/send.ts ) _
720+ _ See code: [ src/commands/agent/preview/send.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.32.8 /src/commands/agent/preview/send.ts ) _
721721
722722## ` sf agent preview sessions `
723723
@@ -750,7 +750,7 @@ EXAMPLES
750750 $ sf agent preview sessions
751751```
752752
753- _ See code: [ src/commands/agent/preview/sessions.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.32.7 /src/commands/agent/preview/sessions.ts ) _
753+ _ See code: [ src/commands/agent/preview/sessions.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.32.8 /src/commands/agent/preview/sessions.ts ) _
754754
755755## ` sf agent preview start `
756756
@@ -807,7 +807,7 @@ EXAMPLES
807807 $ sf agent preview start --api-name My_Published_Agent
808808```
809809
810- _ See code: [ src/commands/agent/preview/start.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.32.7 /src/commands/agent/preview/start.ts ) _
810+ _ See code: [ src/commands/agent/preview/start.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.32.8 /src/commands/agent/preview/start.ts ) _
811811
812812## ` sf agent publish authoring-bundle `
813813
@@ -856,7 +856,7 @@ EXAMPLES
856856 $ sf agent publish authoring-bundle --api-name MyAuthoringbundle --target-org my-dev-org
857857```
858858
859- _ See code: [ src/commands/agent/publish/authoring-bundle.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.32.7 /src/commands/agent/publish/authoring-bundle.ts ) _
859+ _ See code: [ src/commands/agent/publish/authoring-bundle.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.32.8 /src/commands/agent/publish/authoring-bundle.ts ) _
860860
861861## ` sf agent test create `
862862
@@ -911,7 +911,7 @@ EXAMPLES
911911 $ sf agent test create --spec specs/Resort_Manager-testSpec.yaml --api-name Resort_Manager_Test --preview
912912```
913913
914- _ See code: [ src/commands/agent/test/create.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.32.7 /src/commands/agent/test/create.ts ) _
914+ _ See code: [ src/commands/agent/test/create.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.32.8 /src/commands/agent/test/create.ts ) _
915915
916916## ` sf agent test list `
917917
@@ -946,7 +946,7 @@ EXAMPLES
946946 $ sf agent test list --target-org my-org
947947```
948948
949- _ See code: [ src/commands/agent/test/list.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.32.7 /src/commands/agent/test/list.ts ) _
949+ _ See code: [ src/commands/agent/test/list.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.32.8 /src/commands/agent/test/list.ts ) _
950950
951951## ` sf agent test results `
952952
@@ -1012,7 +1012,7 @@ FLAG DESCRIPTIONS
10121012 expression when using custom evaluations.
10131013```
10141014
1015- _ See code: [ src/commands/agent/test/results.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.32.7 /src/commands/agent/test/results.ts ) _
1015+ _ See code: [ src/commands/agent/test/results.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.32.8 /src/commands/agent/test/results.ts ) _
10161016
10171017## ` sf agent test resume `
10181018
@@ -1085,7 +1085,7 @@ FLAG DESCRIPTIONS
10851085 expression when using custom evaluations.
10861086```
10871087
1088- _ See code: [ src/commands/agent/test/resume.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.32.7 /src/commands/agent/test/resume.ts ) _
1088+ _ See code: [ src/commands/agent/test/resume.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.32.8 /src/commands/agent/test/resume.ts ) _
10891089
10901090## ` sf agent test run `
10911091
@@ -1159,7 +1159,7 @@ FLAG DESCRIPTIONS
11591159 expression when using custom evaluations.
11601160```
11611161
1162- _ See code: [ src/commands/agent/test/run.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.32.7 /src/commands/agent/test/run.ts ) _
1162+ _ See code: [ src/commands/agent/test/run.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.32.8 /src/commands/agent/test/run.ts ) _
11631163
11641164## ` sf agent validate authoring-bundle `
11651165
@@ -1206,6 +1206,6 @@ EXAMPLES
12061206 $ sf agent validate authoring-bundle --api-name MyAuthoringBundle --target-org my-dev-org
12071207```
12081208
1209- _ See code: [ src/commands/agent/validate/authoring-bundle.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.32.7 /src/commands/agent/validate/authoring-bundle.ts ) _
1209+ _ See code: [ src/commands/agent/validate/authoring-bundle.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.32.8 /src/commands/agent/validate/authoring-bundle.ts ) _
12101210
12111211<!-- commandsstop -->
0 commit comments