@@ -116,7 +116,7 @@ EXAMPLES
116116 $ sf agent activate --api-name Resort_Manager --target-org my-org
117117```
118118
119- _ See code: [ src/commands/agent/activate.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.28 .0/src/commands/agent/activate.ts ) _
119+ _ See code: [ src/commands/agent/activate.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.29 .0/src/commands/agent/activate.ts ) _
120120
121121## ` sf agent create `
122122
@@ -183,7 +183,7 @@ EXAMPLES
183183 $ sf agent create --name "Resort Manager" --spec specs/resortManagerAgent.yaml --preview
184184```
185185
186- _ See code: [ src/commands/agent/create.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.28 .0/src/commands/agent/create.ts ) _
186+ _ See code: [ src/commands/agent/create.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.29 .0/src/commands/agent/create.ts ) _
187187
188188## ` sf agent deactivate `
189189
@@ -223,7 +223,7 @@ EXAMPLES
223223 $ sf agent deactivate --api-name Resort_Manager --target-org my-org
224224```
225225
226- _ See code: [ src/commands/agent/deactivate.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.28 .0/src/commands/agent/deactivate.ts ) _
226+ _ See code: [ src/commands/agent/deactivate.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.29 .0/src/commands/agent/deactivate.ts ) _
227227
228228## ` sf agent generate agent-spec `
229229
@@ -330,7 +330,7 @@ EXAMPLES
330330 $ sf agent generate agent-spec --tone formal --agent-user resortmanager@myorg.com
331331```
332332
333- _ See code: [ src/commands/agent/generate/agent-spec.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.28 .0/src/commands/agent/generate/agent-spec.ts ) _
333+ _ See code: [ src/commands/agent/generate/agent-spec.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.29 .0/src/commands/agent/generate/agent-spec.ts ) _
334334
335335## ` sf agent generate authoring-bundle `
336336
@@ -405,7 +405,7 @@ EXAMPLES
405405 other-package-dir/main/default --target-org my-dev-org
406406```
407407
408- _ See code: [ src/commands/agent/generate/authoring-bundle.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.28 .0/src/commands/agent/generate/authoring-bundle.ts ) _
408+ _ See code: [ src/commands/agent/generate/authoring-bundle.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.29 .0/src/commands/agent/generate/authoring-bundle.ts ) _
409409
410410## ` sf agent generate template `
411411
@@ -453,7 +453,7 @@ EXAMPLES
453453 force-app/main/default/bots/My_Awesome_Agent/My_Awesome_Agent.bot-meta.xml --agent-version 1
454454```
455455
456- _ See code: [ src/commands/agent/generate/template.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.28 .0/src/commands/agent/generate/template.ts ) _
456+ _ See code: [ src/commands/agent/generate/template.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.29 .0/src/commands/agent/generate/template.ts ) _
457457
458458## ` sf agent generate test-spec `
459459
@@ -514,7 +514,7 @@ EXAMPLES
514514 force-app//main/default/aiEvaluationDefinitions/Resort_Manager_Tests.aiEvaluationDefinition-meta.xml
515515```
516516
517- _ See code: [ src/commands/agent/generate/test-spec.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.28 .0/src/commands/agent/generate/test-spec.ts ) _
517+ _ See code: [ src/commands/agent/generate/test-spec.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.29 .0/src/commands/agent/generate/test-spec.ts ) _
518518
519519## ` sf agent preview `
520520
@@ -587,7 +587,7 @@ EXAMPLES
587587 $ sf agent preview --use-live-actions --apex-debug --output-dir transcripts/my-preview
588588```
589589
590- _ See code: [ src/commands/agent/preview.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.28 .0/src/commands/agent/preview.ts ) _
590+ _ See code: [ src/commands/agent/preview.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.29 .0/src/commands/agent/preview.ts ) _
591591
592592## ` sf agent preview end `
593593
@@ -642,7 +642,7 @@ EXAMPLES
642642 $ sf agent preview end --authoring-bundle My_Local_Agent
643643```
644644
645- _ See code: [ src/commands/agent/preview/end.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.28 .0/src/commands/agent/preview/end.ts ) _
645+ _ See code: [ src/commands/agent/preview/end.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.29 .0/src/commands/agent/preview/end.ts ) _
646646
647647## ` sf agent preview send `
648648
@@ -700,7 +700,7 @@ EXAMPLES
700700 $ sf agent preview send --utterance "what can you help me with?" --authoring-bundle My_Local_Agent
701701```
702702
703- _ See code: [ src/commands/agent/preview/send.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.28 .0/src/commands/agent/preview/send.ts ) _
703+ _ See code: [ src/commands/agent/preview/send.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.29 .0/src/commands/agent/preview/send.ts ) _
704704
705705## ` sf agent preview sessions `
706706
@@ -733,7 +733,7 @@ EXAMPLES
733733 $ sf agent preview sessions
734734```
735735
736- _ See code: [ src/commands/agent/preview/sessions.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.28 .0/src/commands/agent/preview/sessions.ts ) _
736+ _ See code: [ src/commands/agent/preview/sessions.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.29 .0/src/commands/agent/preview/sessions.ts ) _
737737
738738## ` sf agent preview start `
739739
@@ -790,7 +790,7 @@ EXAMPLES
790790 $ sf agent preview start --api-name My_Published_Agent
791791```
792792
793- _ See code: [ src/commands/agent/preview/start.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.28 .0/src/commands/agent/preview/start.ts ) _
793+ _ See code: [ src/commands/agent/preview/start.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.29 .0/src/commands/agent/preview/start.ts ) _
794794
795795## ` sf agent publish authoring-bundle `
796796
@@ -839,7 +839,7 @@ EXAMPLES
839839 $ sf agent publish authoring-bundle --api-name MyAuthoringbundle --target-org my-dev-org
840840```
841841
842- _ See code: [ src/commands/agent/publish/authoring-bundle.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.28 .0/src/commands/agent/publish/authoring-bundle.ts ) _
842+ _ See code: [ src/commands/agent/publish/authoring-bundle.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.29 .0/src/commands/agent/publish/authoring-bundle.ts ) _
843843
844844## ` sf agent test create `
845845
@@ -894,7 +894,7 @@ EXAMPLES
894894 $ sf agent test create --spec specs/Resort_Manager-testSpec.yaml --api-name Resort_Manager_Test --preview
895895```
896896
897- _ See code: [ src/commands/agent/test/create.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.28 .0/src/commands/agent/test/create.ts ) _
897+ _ See code: [ src/commands/agent/test/create.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.29 .0/src/commands/agent/test/create.ts ) _
898898
899899## ` sf agent test list `
900900
@@ -929,7 +929,7 @@ EXAMPLES
929929 $ sf agent test list --target-org my-org
930930```
931931
932- _ See code: [ src/commands/agent/test/list.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.28 .0/src/commands/agent/test/list.ts ) _
932+ _ See code: [ src/commands/agent/test/list.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.29 .0/src/commands/agent/test/list.ts ) _
933933
934934## ` sf agent test results `
935935
@@ -995,7 +995,7 @@ FLAG DESCRIPTIONS
995995 expression when using custom evaluations.
996996```
997997
998- _ See code: [ src/commands/agent/test/results.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.28 .0/src/commands/agent/test/results.ts ) _
998+ _ See code: [ src/commands/agent/test/results.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.29 .0/src/commands/agent/test/results.ts ) _
999999
10001000## ` sf agent test resume `
10011001
@@ -1068,7 +1068,7 @@ FLAG DESCRIPTIONS
10681068 expression when using custom evaluations.
10691069```
10701070
1071- _ See code: [ src/commands/agent/test/resume.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.28 .0/src/commands/agent/test/resume.ts ) _
1071+ _ See code: [ src/commands/agent/test/resume.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.29 .0/src/commands/agent/test/resume.ts ) _
10721072
10731073## ` sf agent test run `
10741074
@@ -1142,7 +1142,7 @@ FLAG DESCRIPTIONS
11421142 expression when using custom evaluations.
11431143```
11441144
1145- _ See code: [ src/commands/agent/test/run.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.28 .0/src/commands/agent/test/run.ts ) _
1145+ _ See code: [ src/commands/agent/test/run.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.29 .0/src/commands/agent/test/run.ts ) _
11461146
11471147## ` sf agent validate authoring-bundle `
11481148
@@ -1189,6 +1189,6 @@ EXAMPLES
11891189 $ sf agent validate authoring-bundle --api-name MyAuthoringBundle --target-org my-dev-org
11901190```
11911191
1192- _ See code: [ src/commands/agent/validate/authoring-bundle.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.28 .0/src/commands/agent/validate/authoring-bundle.ts ) _
1192+ _ See code: [ src/commands/agent/validate/authoring-bundle.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.29 .0/src/commands/agent/validate/authoring-bundle.ts ) _
11931193
11941194<!-- commandsstop -->
0 commit comments