@salesforce/plugin-agent 1.24.28 → 1.24.30
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.
- package/README.md +12 -12
- package/npm-shrinkwrap.json +1121 -1510
- package/oclif.lock +799 -767
- package/oclif.manifest.json +1 -1
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -109,7 +109,7 @@ EXAMPLES
|
|
|
109
109
|
$ sf agent activate --api-name Resort_Manager --target-org my-org
|
|
110
110
|
```
|
|
111
111
|
|
|
112
|
-
_See code: [src/commands/agent/activate.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.
|
|
112
|
+
_See code: [src/commands/agent/activate.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.30/src/commands/agent/activate.ts)_
|
|
113
113
|
|
|
114
114
|
## `sf agent create`
|
|
115
115
|
|
|
@@ -171,7 +171,7 @@ EXAMPLES
|
|
|
171
171
|
$ sf agent create --name "Resort Manager" --spec specs/resortManagerAgent.yaml --preview
|
|
172
172
|
```
|
|
173
173
|
|
|
174
|
-
_See code: [src/commands/agent/create.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.
|
|
174
|
+
_See code: [src/commands/agent/create.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.30/src/commands/agent/create.ts)_
|
|
175
175
|
|
|
176
176
|
## `sf agent deactivate`
|
|
177
177
|
|
|
@@ -211,7 +211,7 @@ EXAMPLES
|
|
|
211
211
|
$ sf agent deactivate --api-name Resort_Manager --target-org my-org
|
|
212
212
|
```
|
|
213
213
|
|
|
214
|
-
_See code: [src/commands/agent/deactivate.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.
|
|
214
|
+
_See code: [src/commands/agent/deactivate.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.30/src/commands/agent/deactivate.ts)_
|
|
215
215
|
|
|
216
216
|
## `sf agent generate agent-spec`
|
|
217
217
|
|
|
@@ -316,7 +316,7 @@ EXAMPLES
|
|
|
316
316
|
$ sf agent generate agent-spec --tone formal --agent-user resortmanager@myorg.com
|
|
317
317
|
```
|
|
318
318
|
|
|
319
|
-
_See code: [src/commands/agent/generate/agent-spec.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.
|
|
319
|
+
_See code: [src/commands/agent/generate/agent-spec.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.30/src/commands/agent/generate/agent-spec.ts)_
|
|
320
320
|
|
|
321
321
|
## `sf agent generate template`
|
|
322
322
|
|
|
@@ -364,7 +364,7 @@ EXAMPLES
|
|
|
364
364
|
force-app/main/default/bots/My_Awesome_Agent/My_Awesome_Agent.bot-meta.xml --agent-version 1
|
|
365
365
|
```
|
|
366
366
|
|
|
367
|
-
_See code: [src/commands/agent/generate/template.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.
|
|
367
|
+
_See code: [src/commands/agent/generate/template.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.30/src/commands/agent/generate/template.ts)_
|
|
368
368
|
|
|
369
369
|
## `sf agent generate test-spec`
|
|
370
370
|
|
|
@@ -425,7 +425,7 @@ EXAMPLES
|
|
|
425
425
|
force-app//main/default/aiEvaluationDefinitions/Resort_Manager_Tests.aiEvaluationDefinition-meta.xml
|
|
426
426
|
```
|
|
427
427
|
|
|
428
|
-
_See code: [src/commands/agent/generate/test-spec.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.
|
|
428
|
+
_See code: [src/commands/agent/generate/test-spec.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.30/src/commands/agent/generate/test-spec.ts)_
|
|
429
429
|
|
|
430
430
|
## `sf agent preview`
|
|
431
431
|
|
|
@@ -489,7 +489,7 @@ EXAMPLES
|
|
|
489
489
|
transcripts/my-preview
|
|
490
490
|
```
|
|
491
491
|
|
|
492
|
-
_See code: [src/commands/agent/preview.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.
|
|
492
|
+
_See code: [src/commands/agent/preview.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.30/src/commands/agent/preview.ts)_
|
|
493
493
|
|
|
494
494
|
## `sf agent test create`
|
|
495
495
|
|
|
@@ -544,7 +544,7 @@ EXAMPLES
|
|
|
544
544
|
$ sf agent test create --spec specs/Resort_Manager-testSpec.yaml --api-name Resort_Manager_Test --preview
|
|
545
545
|
```
|
|
546
546
|
|
|
547
|
-
_See code: [src/commands/agent/test/create.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.
|
|
547
|
+
_See code: [src/commands/agent/test/create.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.30/src/commands/agent/test/create.ts)_
|
|
548
548
|
|
|
549
549
|
## `sf agent test list`
|
|
550
550
|
|
|
@@ -579,7 +579,7 @@ EXAMPLES
|
|
|
579
579
|
$ sf agent test list --target-org my-org
|
|
580
580
|
```
|
|
581
581
|
|
|
582
|
-
_See code: [src/commands/agent/test/list.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.
|
|
582
|
+
_See code: [src/commands/agent/test/list.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.30/src/commands/agent/test/list.ts)_
|
|
583
583
|
|
|
584
584
|
## `sf agent test results`
|
|
585
585
|
|
|
@@ -645,7 +645,7 @@ FLAG DESCRIPTIONS
|
|
|
645
645
|
expression when using custom evaluations.
|
|
646
646
|
```
|
|
647
647
|
|
|
648
|
-
_See code: [src/commands/agent/test/results.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.
|
|
648
|
+
_See code: [src/commands/agent/test/results.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.30/src/commands/agent/test/results.ts)_
|
|
649
649
|
|
|
650
650
|
## `sf agent test resume`
|
|
651
651
|
|
|
@@ -718,7 +718,7 @@ FLAG DESCRIPTIONS
|
|
|
718
718
|
expression when using custom evaluations.
|
|
719
719
|
```
|
|
720
720
|
|
|
721
|
-
_See code: [src/commands/agent/test/resume.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.
|
|
721
|
+
_See code: [src/commands/agent/test/resume.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.30/src/commands/agent/test/resume.ts)_
|
|
722
722
|
|
|
723
723
|
## `sf agent test run`
|
|
724
724
|
|
|
@@ -792,6 +792,6 @@ FLAG DESCRIPTIONS
|
|
|
792
792
|
expression when using custom evaluations.
|
|
793
793
|
```
|
|
794
794
|
|
|
795
|
-
_See code: [src/commands/agent/test/run.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.
|
|
795
|
+
_See code: [src/commands/agent/test/run.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.30/src/commands/agent/test/run.ts)_
|
|
796
796
|
|
|
797
797
|
<!-- commandsstop -->
|