@salesforce/plugin-agent 1.38.0 → 1.38.1
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 +23 -23
- package/oclif.manifest.json +495 -495
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -130,7 +130,7 @@ EXAMPLES
|
|
|
130
130
|
$ sf agent activate --api-name Resort_Manager --version 2 --target-org my-org
|
|
131
131
|
```
|
|
132
132
|
|
|
133
|
-
_See code: [src/commands/agent/activate.ts](https://github.com/salesforcecli/plugin-agent/blob/1.38.
|
|
133
|
+
_See code: [src/commands/agent/activate.ts](https://github.com/salesforcecli/plugin-agent/blob/1.38.1/src/commands/agent/activate.ts)_
|
|
134
134
|
|
|
135
135
|
## `sf agent create`
|
|
136
136
|
|
|
@@ -197,7 +197,7 @@ EXAMPLES
|
|
|
197
197
|
$ sf agent create --name "Resort Manager" --spec specs/resortManagerAgent.yaml --preview
|
|
198
198
|
```
|
|
199
199
|
|
|
200
|
-
_See code: [src/commands/agent/create.ts](https://github.com/salesforcecli/plugin-agent/blob/1.38.
|
|
200
|
+
_See code: [src/commands/agent/create.ts](https://github.com/salesforcecli/plugin-agent/blob/1.38.1/src/commands/agent/create.ts)_
|
|
201
201
|
|
|
202
202
|
## `sf agent deactivate`
|
|
203
203
|
|
|
@@ -238,7 +238,7 @@ EXAMPLES
|
|
|
238
238
|
$ sf agent deactivate --api-name Resort_Manager --target-org my-org
|
|
239
239
|
```
|
|
240
240
|
|
|
241
|
-
_See code: [src/commands/agent/deactivate.ts](https://github.com/salesforcecli/plugin-agent/blob/1.38.
|
|
241
|
+
_See code: [src/commands/agent/deactivate.ts](https://github.com/salesforcecli/plugin-agent/blob/1.38.1/src/commands/agent/deactivate.ts)_
|
|
242
242
|
|
|
243
243
|
## `sf agent generate agent-spec`
|
|
244
244
|
|
|
@@ -345,7 +345,7 @@ EXAMPLES
|
|
|
345
345
|
$ sf agent generate agent-spec --tone formal --agent-user resortmanager@myorg.com
|
|
346
346
|
```
|
|
347
347
|
|
|
348
|
-
_See code: [src/commands/agent/generate/agent-spec.ts](https://github.com/salesforcecli/plugin-agent/blob/1.38.
|
|
348
|
+
_See code: [src/commands/agent/generate/agent-spec.ts](https://github.com/salesforcecli/plugin-agent/blob/1.38.1/src/commands/agent/generate/agent-spec.ts)_
|
|
349
349
|
|
|
350
350
|
## `sf agent generate authoring-bundle`
|
|
351
351
|
|
|
@@ -422,7 +422,7 @@ EXAMPLES
|
|
|
422
422
|
other-package-dir/main/default --target-org my-dev-org
|
|
423
423
|
```
|
|
424
424
|
|
|
425
|
-
_See code: [src/commands/agent/generate/authoring-bundle.ts](https://github.com/salesforcecli/plugin-agent/blob/1.38.
|
|
425
|
+
_See code: [src/commands/agent/generate/authoring-bundle.ts](https://github.com/salesforcecli/plugin-agent/blob/1.38.1/src/commands/agent/generate/authoring-bundle.ts)_
|
|
426
426
|
|
|
427
427
|
## `sf agent generate template`
|
|
428
428
|
|
|
@@ -484,7 +484,7 @@ EXAMPLES
|
|
|
484
484
|
my-package --source-org my-scratch-org
|
|
485
485
|
```
|
|
486
486
|
|
|
487
|
-
_See code: [src/commands/agent/generate/template.ts](https://github.com/salesforcecli/plugin-agent/blob/1.38.
|
|
487
|
+
_See code: [src/commands/agent/generate/template.ts](https://github.com/salesforcecli/plugin-agent/blob/1.38.1/src/commands/agent/generate/template.ts)_
|
|
488
488
|
|
|
489
489
|
## `sf agent generate test-spec`
|
|
490
490
|
|
|
@@ -549,7 +549,7 @@ EXAMPLES
|
|
|
549
549
|
force-app//main/default/aiEvaluationDefinitions/Resort_Manager_Tests.aiEvaluationDefinition-meta.xml
|
|
550
550
|
```
|
|
551
551
|
|
|
552
|
-
_See code: [src/commands/agent/generate/test-spec.ts](https://github.com/salesforcecli/plugin-agent/blob/1.38.
|
|
552
|
+
_See code: [src/commands/agent/generate/test-spec.ts](https://github.com/salesforcecli/plugin-agent/blob/1.38.1/src/commands/agent/generate/test-spec.ts)_
|
|
553
553
|
|
|
554
554
|
## `sf agent preview`
|
|
555
555
|
|
|
@@ -622,7 +622,7 @@ EXAMPLES
|
|
|
622
622
|
$ sf agent preview --use-live-actions --apex-debug --output-dir transcripts/my-preview
|
|
623
623
|
```
|
|
624
624
|
|
|
625
|
-
_See code: [src/commands/agent/preview.ts](https://github.com/salesforcecli/plugin-agent/blob/1.38.
|
|
625
|
+
_See code: [src/commands/agent/preview.ts](https://github.com/salesforcecli/plugin-agent/blob/1.38.1/src/commands/agent/preview.ts)_
|
|
626
626
|
|
|
627
627
|
## `sf agent preview end`
|
|
628
628
|
|
|
@@ -677,7 +677,7 @@ EXAMPLES
|
|
|
677
677
|
$ sf agent preview end --authoring-bundle My_Local_Agent
|
|
678
678
|
```
|
|
679
679
|
|
|
680
|
-
_See code: [src/commands/agent/preview/end.ts](https://github.com/salesforcecli/plugin-agent/blob/1.38.
|
|
680
|
+
_See code: [src/commands/agent/preview/end.ts](https://github.com/salesforcecli/plugin-agent/blob/1.38.1/src/commands/agent/preview/end.ts)_
|
|
681
681
|
|
|
682
682
|
## `sf agent preview send`
|
|
683
683
|
|
|
@@ -735,7 +735,7 @@ EXAMPLES
|
|
|
735
735
|
$ sf agent preview send --utterance "what can you help me with?" --authoring-bundle My_Local_Agent
|
|
736
736
|
```
|
|
737
737
|
|
|
738
|
-
_See code: [src/commands/agent/preview/send.ts](https://github.com/salesforcecli/plugin-agent/blob/1.38.
|
|
738
|
+
_See code: [src/commands/agent/preview/send.ts](https://github.com/salesforcecli/plugin-agent/blob/1.38.1/src/commands/agent/preview/send.ts)_
|
|
739
739
|
|
|
740
740
|
## `sf agent preview sessions`
|
|
741
741
|
|
|
@@ -768,7 +768,7 @@ EXAMPLES
|
|
|
768
768
|
$ sf agent preview sessions
|
|
769
769
|
```
|
|
770
770
|
|
|
771
|
-
_See code: [src/commands/agent/preview/sessions.ts](https://github.com/salesforcecli/plugin-agent/blob/1.38.
|
|
771
|
+
_See code: [src/commands/agent/preview/sessions.ts](https://github.com/salesforcecli/plugin-agent/blob/1.38.1/src/commands/agent/preview/sessions.ts)_
|
|
772
772
|
|
|
773
773
|
## `sf agent preview start`
|
|
774
774
|
|
|
@@ -833,7 +833,7 @@ EXAMPLES
|
|
|
833
833
|
$ sf agent preview start --api-name My_Published_Agent
|
|
834
834
|
```
|
|
835
835
|
|
|
836
|
-
_See code: [src/commands/agent/preview/start.ts](https://github.com/salesforcecli/plugin-agent/blob/1.38.
|
|
836
|
+
_See code: [src/commands/agent/preview/start.ts](https://github.com/salesforcecli/plugin-agent/blob/1.38.1/src/commands/agent/preview/start.ts)_
|
|
837
837
|
|
|
838
838
|
## `sf agent publish authoring-bundle`
|
|
839
839
|
|
|
@@ -893,7 +893,7 @@ EXAMPLES
|
|
|
893
893
|
$ sf agent publish authoring-bundle --api-name MyAuthoringbundle --concise
|
|
894
894
|
```
|
|
895
895
|
|
|
896
|
-
_See code: [src/commands/agent/publish/authoring-bundle.ts](https://github.com/salesforcecli/plugin-agent/blob/1.38.
|
|
896
|
+
_See code: [src/commands/agent/publish/authoring-bundle.ts](https://github.com/salesforcecli/plugin-agent/blob/1.38.1/src/commands/agent/publish/authoring-bundle.ts)_
|
|
897
897
|
|
|
898
898
|
## `sf agent test create`
|
|
899
899
|
|
|
@@ -948,7 +948,7 @@ EXAMPLES
|
|
|
948
948
|
$ sf agent test create --spec specs/Resort_Manager-testSpec.yaml --api-name Resort_Manager_Test --preview
|
|
949
949
|
```
|
|
950
950
|
|
|
951
|
-
_See code: [src/commands/agent/test/create.ts](https://github.com/salesforcecli/plugin-agent/blob/1.38.
|
|
951
|
+
_See code: [src/commands/agent/test/create.ts](https://github.com/salesforcecli/plugin-agent/blob/1.38.1/src/commands/agent/test/create.ts)_
|
|
952
952
|
|
|
953
953
|
## `sf agent test list`
|
|
954
954
|
|
|
@@ -983,7 +983,7 @@ EXAMPLES
|
|
|
983
983
|
$ sf agent test list --target-org my-org
|
|
984
984
|
```
|
|
985
985
|
|
|
986
|
-
_See code: [src/commands/agent/test/list.ts](https://github.com/salesforcecli/plugin-agent/blob/1.38.
|
|
986
|
+
_See code: [src/commands/agent/test/list.ts](https://github.com/salesforcecli/plugin-agent/blob/1.38.1/src/commands/agent/test/list.ts)_
|
|
987
987
|
|
|
988
988
|
## `sf agent test results`
|
|
989
989
|
|
|
@@ -1059,7 +1059,7 @@ FLAG DESCRIPTIONS
|
|
|
1059
1059
|
expression when using custom evaluations.
|
|
1060
1060
|
```
|
|
1061
1061
|
|
|
1062
|
-
_See code: [src/commands/agent/test/results.ts](https://github.com/salesforcecli/plugin-agent/blob/1.38.
|
|
1062
|
+
_See code: [src/commands/agent/test/results.ts](https://github.com/salesforcecli/plugin-agent/blob/1.38.1/src/commands/agent/test/results.ts)_
|
|
1063
1063
|
|
|
1064
1064
|
## `sf agent test resume`
|
|
1065
1065
|
|
|
@@ -1143,7 +1143,7 @@ FLAG DESCRIPTIONS
|
|
|
1143
1143
|
expression when using custom evaluations.
|
|
1144
1144
|
```
|
|
1145
1145
|
|
|
1146
|
-
_See code: [src/commands/agent/test/resume.ts](https://github.com/salesforcecli/plugin-agent/blob/1.38.
|
|
1146
|
+
_See code: [src/commands/agent/test/resume.ts](https://github.com/salesforcecli/plugin-agent/blob/1.38.1/src/commands/agent/test/resume.ts)_
|
|
1147
1147
|
|
|
1148
1148
|
## `sf agent test run`
|
|
1149
1149
|
|
|
@@ -1227,7 +1227,7 @@ FLAG DESCRIPTIONS
|
|
|
1227
1227
|
expression when using custom evaluations.
|
|
1228
1228
|
```
|
|
1229
1229
|
|
|
1230
|
-
_See code: [src/commands/agent/test/run.ts](https://github.com/salesforcecli/plugin-agent/blob/1.38.
|
|
1230
|
+
_See code: [src/commands/agent/test/run.ts](https://github.com/salesforcecli/plugin-agent/blob/1.38.1/src/commands/agent/test/run.ts)_
|
|
1231
1231
|
|
|
1232
1232
|
## `sf agent test run-eval`
|
|
1233
1233
|
|
|
@@ -1300,7 +1300,7 @@ EXAMPLES
|
|
|
1300
1300
|
$ echo '{"tests":[...]}' | sf agent test run-eval --spec --target-org my-org
|
|
1301
1301
|
```
|
|
1302
1302
|
|
|
1303
|
-
_See code: [src/commands/agent/test/run-eval.ts](https://github.com/salesforcecli/plugin-agent/blob/1.38.
|
|
1303
|
+
_See code: [src/commands/agent/test/run-eval.ts](https://github.com/salesforcecli/plugin-agent/blob/1.38.1/src/commands/agent/test/run-eval.ts)_
|
|
1304
1304
|
|
|
1305
1305
|
## `sf agent trace delete`
|
|
1306
1306
|
|
|
@@ -1358,7 +1358,7 @@ EXAMPLES
|
|
|
1358
1358
|
$ sf agent trace delete --no-prompt
|
|
1359
1359
|
```
|
|
1360
1360
|
|
|
1361
|
-
_See code: [src/commands/agent/trace/delete.ts](https://github.com/salesforcecli/plugin-agent/blob/1.38.
|
|
1361
|
+
_See code: [src/commands/agent/trace/delete.ts](https://github.com/salesforcecli/plugin-agent/blob/1.38.1/src/commands/agent/trace/delete.ts)_
|
|
1362
1362
|
|
|
1363
1363
|
## `sf agent trace list`
|
|
1364
1364
|
|
|
@@ -1425,7 +1425,7 @@ FLAG DESCRIPTIONS
|
|
|
1425
1425
|
(2026-04-20T14:00:00.000Z). The "Recorded At" values shown in the table output are valid inputs.
|
|
1426
1426
|
```
|
|
1427
1427
|
|
|
1428
|
-
_See code: [src/commands/agent/trace/list.ts](https://github.com/salesforcecli/plugin-agent/blob/1.38.
|
|
1428
|
+
_See code: [src/commands/agent/trace/list.ts](https://github.com/salesforcecli/plugin-agent/blob/1.38.1/src/commands/agent/trace/list.ts)_
|
|
1429
1429
|
|
|
1430
1430
|
## `sf agent trace read`
|
|
1431
1431
|
|
|
@@ -1498,7 +1498,7 @@ EXAMPLES
|
|
|
1498
1498
|
$ sf agent trace read --session-id <SESSION_ID> --json
|
|
1499
1499
|
```
|
|
1500
1500
|
|
|
1501
|
-
_See code: [src/commands/agent/trace/read.ts](https://github.com/salesforcecli/plugin-agent/blob/1.38.
|
|
1501
|
+
_See code: [src/commands/agent/trace/read.ts](https://github.com/salesforcecli/plugin-agent/blob/1.38.1/src/commands/agent/trace/read.ts)_
|
|
1502
1502
|
|
|
1503
1503
|
## `sf agent validate authoring-bundle`
|
|
1504
1504
|
|
|
@@ -1545,6 +1545,6 @@ EXAMPLES
|
|
|
1545
1545
|
$ sf agent validate authoring-bundle --api-name MyAuthoringBundle --target-org my-dev-org
|
|
1546
1546
|
```
|
|
1547
1547
|
|
|
1548
|
-
_See code: [src/commands/agent/validate/authoring-bundle.ts](https://github.com/salesforcecli/plugin-agent/blob/1.38.
|
|
1548
|
+
_See code: [src/commands/agent/validate/authoring-bundle.ts](https://github.com/salesforcecli/plugin-agent/blob/1.38.1/src/commands/agent/validate/authoring-bundle.ts)_
|
|
1549
1549
|
|
|
1550
1550
|
<!-- commandsstop -->
|