@salesforce/plugin-agent 1.32.1 → 1.32.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +19 -19
  2. package/oclif.manifest.json +425 -425
  3. package/package.json +5 -5
package/README.md CHANGED
@@ -126,7 +126,7 @@ EXAMPLES
126
126
  $ sf agent activate --api-name Resort_Manager --version 2 --target-org my-org
127
127
  ```
128
128
 
129
- _See code: [src/commands/agent/activate.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.1/src/commands/agent/activate.ts)_
129
+ _See code: [src/commands/agent/activate.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.2/src/commands/agent/activate.ts)_
130
130
 
131
131
  ## `sf agent create`
132
132
 
@@ -193,7 +193,7 @@ EXAMPLES
193
193
  $ sf agent create --name "Resort Manager" --spec specs/resortManagerAgent.yaml --preview
194
194
  ```
195
195
 
196
- _See code: [src/commands/agent/create.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.1/src/commands/agent/create.ts)_
196
+ _See code: [src/commands/agent/create.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.2/src/commands/agent/create.ts)_
197
197
 
198
198
  ## `sf agent deactivate`
199
199
 
@@ -234,7 +234,7 @@ EXAMPLES
234
234
  $ sf agent deactivate --api-name Resort_Manager --target-org my-org
235
235
  ```
236
236
 
237
- _See code: [src/commands/agent/deactivate.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.1/src/commands/agent/deactivate.ts)_
237
+ _See code: [src/commands/agent/deactivate.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.2/src/commands/agent/deactivate.ts)_
238
238
 
239
239
  ## `sf agent generate agent-spec`
240
240
 
@@ -341,7 +341,7 @@ EXAMPLES
341
341
  $ sf agent generate agent-spec --tone formal --agent-user resortmanager@myorg.com
342
342
  ```
343
343
 
344
- _See code: [src/commands/agent/generate/agent-spec.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.1/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.2/src/commands/agent/generate/agent-spec.ts)_
345
345
 
346
346
  ## `sf agent generate authoring-bundle`
347
347
 
@@ -418,7 +418,7 @@ EXAMPLES
418
418
  other-package-dir/main/default --target-org my-dev-org
419
419
  ```
420
420
 
421
- _See code: [src/commands/agent/generate/authoring-bundle.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.1/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.2/src/commands/agent/generate/authoring-bundle.ts)_
422
422
 
423
423
  ## `sf agent generate template`
424
424
 
@@ -466,7 +466,7 @@ EXAMPLES
466
466
  force-app/main/default/bots/My_Awesome_Agent/My_Awesome_Agent.bot-meta.xml --agent-version 1
467
467
  ```
468
468
 
469
- _See code: [src/commands/agent/generate/template.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.1/src/commands/agent/generate/template.ts)_
469
+ _See code: [src/commands/agent/generate/template.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.2/src/commands/agent/generate/template.ts)_
470
470
 
471
471
  ## `sf agent generate test-spec`
472
472
 
@@ -531,7 +531,7 @@ EXAMPLES
531
531
  force-app//main/default/aiEvaluationDefinitions/Resort_Manager_Tests.aiEvaluationDefinition-meta.xml
532
532
  ```
533
533
 
534
- _See code: [src/commands/agent/generate/test-spec.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.1/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.2/src/commands/agent/generate/test-spec.ts)_
535
535
 
536
536
  ## `sf agent preview`
537
537
 
@@ -604,7 +604,7 @@ EXAMPLES
604
604
  $ sf agent preview --use-live-actions --apex-debug --output-dir transcripts/my-preview
605
605
  ```
606
606
 
607
- _See code: [src/commands/agent/preview.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.1/src/commands/agent/preview.ts)_
607
+ _See code: [src/commands/agent/preview.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.2/src/commands/agent/preview.ts)_
608
608
 
609
609
  ## `sf agent preview end`
610
610
 
@@ -659,7 +659,7 @@ EXAMPLES
659
659
  $ sf agent preview end --authoring-bundle My_Local_Agent
660
660
  ```
661
661
 
662
- _See code: [src/commands/agent/preview/end.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.1/src/commands/agent/preview/end.ts)_
662
+ _See code: [src/commands/agent/preview/end.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.2/src/commands/agent/preview/end.ts)_
663
663
 
664
664
  ## `sf agent preview send`
665
665
 
@@ -717,7 +717,7 @@ EXAMPLES
717
717
  $ sf agent preview send --utterance "what can you help me with?" --authoring-bundle My_Local_Agent
718
718
  ```
719
719
 
720
- _See code: [src/commands/agent/preview/send.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.1/src/commands/agent/preview/send.ts)_
720
+ _See code: [src/commands/agent/preview/send.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.2/src/commands/agent/preview/send.ts)_
721
721
 
722
722
  ## `sf agent preview sessions`
723
723
 
@@ -750,7 +750,7 @@ EXAMPLES
750
750
  $ sf agent preview sessions
751
751
  ```
752
752
 
753
- _See code: [src/commands/agent/preview/sessions.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.1/src/commands/agent/preview/sessions.ts)_
753
+ _See code: [src/commands/agent/preview/sessions.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.2/src/commands/agent/preview/sessions.ts)_
754
754
 
755
755
  ## `sf agent preview start`
756
756
 
@@ -807,7 +807,7 @@ EXAMPLES
807
807
  $ sf agent preview start --api-name My_Published_Agent
808
808
  ```
809
809
 
810
- _See code: [src/commands/agent/preview/start.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.1/src/commands/agent/preview/start.ts)_
810
+ _See code: [src/commands/agent/preview/start.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.2/src/commands/agent/preview/start.ts)_
811
811
 
812
812
  ## `sf agent publish authoring-bundle`
813
813
 
@@ -856,7 +856,7 @@ EXAMPLES
856
856
  $ sf agent publish authoring-bundle --api-name MyAuthoringbundle --target-org my-dev-org
857
857
  ```
858
858
 
859
- _See code: [src/commands/agent/publish/authoring-bundle.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.1/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.2/src/commands/agent/publish/authoring-bundle.ts)_
860
860
 
861
861
  ## `sf agent test create`
862
862
 
@@ -911,7 +911,7 @@ EXAMPLES
911
911
  $ sf agent test create --spec specs/Resort_Manager-testSpec.yaml --api-name Resort_Manager_Test --preview
912
912
  ```
913
913
 
914
- _See code: [src/commands/agent/test/create.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.1/src/commands/agent/test/create.ts)_
914
+ _See code: [src/commands/agent/test/create.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.2/src/commands/agent/test/create.ts)_
915
915
 
916
916
  ## `sf agent test list`
917
917
 
@@ -946,7 +946,7 @@ EXAMPLES
946
946
  $ sf agent test list --target-org my-org
947
947
  ```
948
948
 
949
- _See code: [src/commands/agent/test/list.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.1/src/commands/agent/test/list.ts)_
949
+ _See code: [src/commands/agent/test/list.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.2/src/commands/agent/test/list.ts)_
950
950
 
951
951
  ## `sf agent test results`
952
952
 
@@ -1012,7 +1012,7 @@ FLAG DESCRIPTIONS
1012
1012
  expression when using custom evaluations.
1013
1013
  ```
1014
1014
 
1015
- _See code: [src/commands/agent/test/results.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.1/src/commands/agent/test/results.ts)_
1015
+ _See code: [src/commands/agent/test/results.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.2/src/commands/agent/test/results.ts)_
1016
1016
 
1017
1017
  ## `sf agent test resume`
1018
1018
 
@@ -1085,7 +1085,7 @@ FLAG DESCRIPTIONS
1085
1085
  expression when using custom evaluations.
1086
1086
  ```
1087
1087
 
1088
- _See code: [src/commands/agent/test/resume.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.1/src/commands/agent/test/resume.ts)_
1088
+ _See code: [src/commands/agent/test/resume.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.2/src/commands/agent/test/resume.ts)_
1089
1089
 
1090
1090
  ## `sf agent test run`
1091
1091
 
@@ -1159,7 +1159,7 @@ FLAG DESCRIPTIONS
1159
1159
  expression when using custom evaluations.
1160
1160
  ```
1161
1161
 
1162
- _See code: [src/commands/agent/test/run.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.1/src/commands/agent/test/run.ts)_
1162
+ _See code: [src/commands/agent/test/run.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.2/src/commands/agent/test/run.ts)_
1163
1163
 
1164
1164
  ## `sf agent validate authoring-bundle`
1165
1165
 
@@ -1206,6 +1206,6 @@ EXAMPLES
1206
1206
  $ sf agent validate authoring-bundle --api-name MyAuthoringBundle --target-org my-dev-org
1207
1207
  ```
1208
1208
 
1209
- _See code: [src/commands/agent/validate/authoring-bundle.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.1/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.2/src/commands/agent/validate/authoring-bundle.ts)_
1210
1210
 
1211
1211
  <!-- commandsstop -->