Skip to content

Commit 0136d1f

Browse files
committed
chore(release): 1.20.12-preview.0 [skip ci]
1 parent 873a900 commit 0136d1f

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ EXAMPLES
132132
$ sf agent create --agent-name "Resort Manager" --spec specs/resortManagerAgent.yaml --preview
133133
```
134134

135-
_See code: [src/commands/agent/create.ts](https://github.com/salesforcecli/plugin-agent/blob/1.20.11/src/commands/agent/create.ts)_
135+
_See code: [src/commands/agent/create.ts](https://github.com/salesforcecli/plugin-agent/blob/1.20.12-preview.0/src/commands/agent/create.ts)_
136136

137137
## `sf agent generate agent-spec`
138138

@@ -237,7 +237,7 @@ EXAMPLES
237237
$ sf agent generate agent-spec --tone formal --agent-user [email protected]
238238
```
239239

240-
_See code: [src/commands/agent/generate/agent-spec.ts](https://github.com/salesforcecli/plugin-agent/blob/1.20.11/src/commands/agent/generate/agent-spec.ts)_
240+
_See code: [src/commands/agent/generate/agent-spec.ts](https://github.com/salesforcecli/plugin-agent/blob/1.20.12-preview.0/src/commands/agent/generate/agent-spec.ts)_
241241

242242
## `sf agent generate template`
243243

@@ -285,7 +285,7 @@ EXAMPLES
285285
force-app/main/default/bots/My_Awesome_Agent/My_Awesome_Agent.bot-meta.xml --agent-version 1
286286
```
287287

288-
_See code: [src/commands/agent/generate/template.ts](https://github.com/salesforcecli/plugin-agent/blob/1.20.11/src/commands/agent/generate/template.ts)_
288+
_See code: [src/commands/agent/generate/template.ts](https://github.com/salesforcecli/plugin-agent/blob/1.20.12-preview.0/src/commands/agent/generate/template.ts)_
289289

290290
## `sf agent generate test-spec`
291291

@@ -343,7 +343,7 @@ EXAMPLES
343343
force-app//main/default/aiEvaluationDefinitions/Resort_Manager_Tests.aiEvaluationDefinition-meta.xml
344344
```
345345

346-
_See code: [src/commands/agent/generate/test-spec.ts](https://github.com/salesforcecli/plugin-agent/blob/1.20.11/src/commands/agent/generate/test-spec.ts)_
346+
_See code: [src/commands/agent/generate/test-spec.ts](https://github.com/salesforcecli/plugin-agent/blob/1.20.12-preview.0/src/commands/agent/generate/test-spec.ts)_
347347

348348
## `sf agent preview`
349349

@@ -386,7 +386,7 @@ DESCRIPTION
386386
Find the agent's API name in its main details page in your org's Agent page in Setup.
387387
388388
Before you use this command, you must complete these steps:
389-
-----------------------------------------------------------
389+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
390390
391391
1. Create a connected app in your org as described in the "Create a Connected App" section here:
392392
https://developer.salesforce.com/docs/einstein/genai/guide/agent-api-get-started.html#create-a-connected-app. Do these
@@ -436,7 +436,7 @@ EXAMPLES
436436
--output-dir "transcripts/my-preview"
437437
```
438438

439-
_See code: [src/commands/agent/preview.ts](https://github.com/salesforcecli/plugin-agent/blob/1.20.11/src/commands/agent/preview.ts)_
439+
_See code: [src/commands/agent/preview.ts](https://github.com/salesforcecli/plugin-agent/blob/1.20.12-preview.0/src/commands/agent/preview.ts)_
440440

441441
## `sf agent test create`
442442

@@ -491,7 +491,7 @@ EXAMPLES
491491
$ sf agent test create --spec specs/Resort_Manager-testSpec.yaml --test-api-name Resort_Manager_Test --preview
492492
```
493493

494-
_See code: [src/commands/agent/test/create.ts](https://github.com/salesforcecli/plugin-agent/blob/1.20.11/src/commands/agent/test/create.ts)_
494+
_See code: [src/commands/agent/test/create.ts](https://github.com/salesforcecli/plugin-agent/blob/1.20.12-preview.0/src/commands/agent/test/create.ts)_
495495

496496
## `sf agent test list`
497497

@@ -526,7 +526,7 @@ EXAMPLES
526526
$ sf agent test list --target-org my-org
527527
```
528528

529-
_See code: [src/commands/agent/test/list.ts](https://github.com/salesforcecli/plugin-agent/blob/1.20.11/src/commands/agent/test/list.ts)_
529+
_See code: [src/commands/agent/test/list.ts](https://github.com/salesforcecli/plugin-agent/blob/1.20.12-preview.0/src/commands/agent/test/list.ts)_
530530

531531
## `sf agent test results`
532532

@@ -582,7 +582,7 @@ FLAG DESCRIPTIONS
582582
test results aren't written.
583583
```
584584

585-
_See code: [src/commands/agent/test/results.ts](https://github.com/salesforcecli/plugin-agent/blob/1.20.11/src/commands/agent/test/results.ts)_
585+
_See code: [src/commands/agent/test/results.ts](https://github.com/salesforcecli/plugin-agent/blob/1.20.12-preview.0/src/commands/agent/test/results.ts)_
586586

587587
## `sf agent test resume`
588588

@@ -645,7 +645,7 @@ FLAG DESCRIPTIONS
645645
test results aren't written.
646646
```
647647

648-
_See code: [src/commands/agent/test/resume.ts](https://github.com/salesforcecli/plugin-agent/blob/1.20.11/src/commands/agent/test/resume.ts)_
648+
_See code: [src/commands/agent/test/resume.ts](https://github.com/salesforcecli/plugin-agent/blob/1.20.12-preview.0/src/commands/agent/test/resume.ts)_
649649

650650
## `sf agent test run`
651651

@@ -709,6 +709,6 @@ FLAG DESCRIPTIONS
709709
test results aren't written.
710710
```
711711

712-
_See code: [src/commands/agent/test/run.ts](https://github.com/salesforcecli/plugin-agent/blob/1.20.11/src/commands/agent/test/run.ts)_
712+
_See code: [src/commands/agent/test/run.ts](https://github.com/salesforcecli/plugin-agent/blob/1.20.12-preview.0/src/commands/agent/test/run.ts)_
713713

714714
<!-- commandsstop -->

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@salesforce/plugin-agent",
33
"description": "Commands to interact with Salesforce agents",
4-
"version": "1.20.11",
4+
"version": "1.20.12-preview.0",
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)