@@ -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.30.11 /src/commands/agent/activate.ts ) _
119+ _ See code: [ src/commands/agent/activate.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.31.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.30.11 /src/commands/agent/create.ts ) _
186+ _ See code: [ src/commands/agent/create.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.31.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.30.11 /src/commands/agent/deactivate.ts ) _
226+ _ See code: [ src/commands/agent/deactivate.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.31.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.30.11 /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.31.0 /src/commands/agent/generate/agent-spec.ts ) _
334334
335335## ` sf agent generate authoring-bundle `
336336
@@ -407,7 +407,7 @@ EXAMPLES
407407 other-package-dir/main/default --target-org my-dev-org
408408```
409409
410- _ See code: [ src/commands/agent/generate/authoring-bundle.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.30.11 /src/commands/agent/generate/authoring-bundle.ts ) _
410+ _ See code: [ src/commands/agent/generate/authoring-bundle.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.31.0 /src/commands/agent/generate/authoring-bundle.ts ) _
411411
412412## ` sf agent generate template `
413413
@@ -455,7 +455,7 @@ EXAMPLES
455455 force-app/main/default/bots/My_Awesome_Agent/My_Awesome_Agent.bot-meta.xml --agent-version 1
456456```
457457
458- _ See code: [ src/commands/agent/generate/template.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.30.11 /src/commands/agent/generate/template.ts ) _
458+ _ See code: [ src/commands/agent/generate/template.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.31.0 /src/commands/agent/generate/template.ts ) _
459459
460460## ` sf agent generate test-spec `
461461
@@ -516,7 +516,7 @@ EXAMPLES
516516 force-app//main/default/aiEvaluationDefinitions/Resort_Manager_Tests.aiEvaluationDefinition-meta.xml
517517```
518518
519- _ See code: [ src/commands/agent/generate/test-spec.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.30.11 /src/commands/agent/generate/test-spec.ts ) _
519+ _ See code: [ src/commands/agent/generate/test-spec.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.31.0 /src/commands/agent/generate/test-spec.ts ) _
520520
521521## ` sf agent preview `
522522
@@ -589,7 +589,7 @@ EXAMPLES
589589 $ sf agent preview --use-live-actions --apex-debug --output-dir transcripts/my-preview
590590```
591591
592- _ See code: [ src/commands/agent/preview.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.30.11 /src/commands/agent/preview.ts ) _
592+ _ See code: [ src/commands/agent/preview.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.31.0 /src/commands/agent/preview.ts ) _
593593
594594## ` sf agent preview end `
595595
@@ -644,7 +644,7 @@ EXAMPLES
644644 $ sf agent preview end --authoring-bundle My_Local_Agent
645645```
646646
647- _ See code: [ src/commands/agent/preview/end.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.30.11 /src/commands/agent/preview/end.ts ) _
647+ _ See code: [ src/commands/agent/preview/end.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.31.0 /src/commands/agent/preview/end.ts ) _
648648
649649## ` sf agent preview send `
650650
@@ -702,7 +702,7 @@ EXAMPLES
702702 $ sf agent preview send --utterance "what can you help me with?" --authoring-bundle My_Local_Agent
703703```
704704
705- _ See code: [ src/commands/agent/preview/send.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.30.11 /src/commands/agent/preview/send.ts ) _
705+ _ See code: [ src/commands/agent/preview/send.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.31.0 /src/commands/agent/preview/send.ts ) _
706706
707707## ` sf agent preview sessions `
708708
@@ -735,7 +735,7 @@ EXAMPLES
735735 $ sf agent preview sessions
736736```
737737
738- _ See code: [ src/commands/agent/preview/sessions.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.30.11 /src/commands/agent/preview/sessions.ts ) _
738+ _ See code: [ src/commands/agent/preview/sessions.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.31.0 /src/commands/agent/preview/sessions.ts ) _
739739
740740## ` sf agent preview start `
741741
@@ -792,7 +792,7 @@ EXAMPLES
792792 $ sf agent preview start --api-name My_Published_Agent
793793```
794794
795- _ See code: [ src/commands/agent/preview/start.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.30.11 /src/commands/agent/preview/start.ts ) _
795+ _ See code: [ src/commands/agent/preview/start.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.31.0 /src/commands/agent/preview/start.ts ) _
796796
797797## ` sf agent publish authoring-bundle `
798798
@@ -841,7 +841,7 @@ EXAMPLES
841841 $ sf agent publish authoring-bundle --api-name MyAuthoringbundle --target-org my-dev-org
842842```
843843
844- _ See code: [ src/commands/agent/publish/authoring-bundle.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.30.11 /src/commands/agent/publish/authoring-bundle.ts ) _
844+ _ See code: [ src/commands/agent/publish/authoring-bundle.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.31.0 /src/commands/agent/publish/authoring-bundle.ts ) _
845845
846846## ` sf agent test create `
847847
@@ -896,7 +896,7 @@ EXAMPLES
896896 $ sf agent test create --spec specs/Resort_Manager-testSpec.yaml --api-name Resort_Manager_Test --preview
897897```
898898
899- _ See code: [ src/commands/agent/test/create.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.30.11 /src/commands/agent/test/create.ts ) _
899+ _ See code: [ src/commands/agent/test/create.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.31.0 /src/commands/agent/test/create.ts ) _
900900
901901## ` sf agent test list `
902902
@@ -931,7 +931,7 @@ EXAMPLES
931931 $ sf agent test list --target-org my-org
932932```
933933
934- _ See code: [ src/commands/agent/test/list.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.30.11 /src/commands/agent/test/list.ts ) _
934+ _ See code: [ src/commands/agent/test/list.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.31.0 /src/commands/agent/test/list.ts ) _
935935
936936## ` sf agent test results `
937937
@@ -997,7 +997,7 @@ FLAG DESCRIPTIONS
997997 expression when using custom evaluations.
998998```
999999
1000- _ See code: [ src/commands/agent/test/results.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.30.11 /src/commands/agent/test/results.ts ) _
1000+ _ See code: [ src/commands/agent/test/results.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.31.0 /src/commands/agent/test/results.ts ) _
10011001
10021002## ` sf agent test resume `
10031003
@@ -1070,7 +1070,7 @@ FLAG DESCRIPTIONS
10701070 expression when using custom evaluations.
10711071```
10721072
1073- _ See code: [ src/commands/agent/test/resume.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.30.11 /src/commands/agent/test/resume.ts ) _
1073+ _ See code: [ src/commands/agent/test/resume.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.31.0 /src/commands/agent/test/resume.ts ) _
10741074
10751075## ` sf agent test run `
10761076
@@ -1144,7 +1144,7 @@ FLAG DESCRIPTIONS
11441144 expression when using custom evaluations.
11451145```
11461146
1147- _ See code: [ src/commands/agent/test/run.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.30.11 /src/commands/agent/test/run.ts ) _
1147+ _ See code: [ src/commands/agent/test/run.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.31.0 /src/commands/agent/test/run.ts ) _
11481148
11491149## ` sf agent validate authoring-bundle `
11501150
@@ -1191,6 +1191,6 @@ EXAMPLES
11911191 $ sf agent validate authoring-bundle --api-name MyAuthoringBundle --target-org my-dev-org
11921192```
11931193
1194- _ See code: [ src/commands/agent/validate/authoring-bundle.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.30.11 /src/commands/agent/validate/authoring-bundle.ts ) _
1194+ _ See code: [ src/commands/agent/validate/authoring-bundle.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.31.0 /src/commands/agent/validate/authoring-bundle.ts ) _
11951195
11961196<!-- commandsstop -->
0 commit comments