-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
74d74e1
commit 3bfaf1b
Showing
3 changed files
with
17 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -132,7 +132,7 @@ EXAMPLES | |
$ sf agent create --agent-name "Resort Manager" --spec specs/resortManagerAgent.yaml --preview | ||
``` | ||
|
||
_See code: [src/commands/agent/create.ts](https://github.com/salesforcecli/plugin-agent/blob/1.19.3/src/commands/agent/create.ts)_ | ||
_See code: [src/commands/agent/create.ts](https://github.com/salesforcecli/plugin-agent/blob/1.19.4/src/commands/agent/create.ts)_ | ||
|
||
## `sf agent generate agent-spec` | ||
|
||
|
@@ -237,7 +237,7 @@ EXAMPLES | |
$ sf agent generate agent-spec --tone formal --agent-user [email protected] | ||
``` | ||
|
||
_See code: [src/commands/agent/generate/agent-spec.ts](https://github.com/salesforcecli/plugin-agent/blob/1.19.3/src/commands/agent/generate/agent-spec.ts)_ | ||
_See code: [src/commands/agent/generate/agent-spec.ts](https://github.com/salesforcecli/plugin-agent/blob/1.19.4/src/commands/agent/generate/agent-spec.ts)_ | ||
|
||
## `sf agent generate template` | ||
|
||
|
@@ -285,7 +285,7 @@ EXAMPLES | |
force-app/main/default/bots/My_Awesome_Agent/My_Awesome_Agent.bot-meta.xml --agent-version 1 | ||
``` | ||
|
||
_See code: [src/commands/agent/generate/template.ts](https://github.com/salesforcecli/plugin-agent/blob/1.19.3/src/commands/agent/generate/template.ts)_ | ||
_See code: [src/commands/agent/generate/template.ts](https://github.com/salesforcecli/plugin-agent/blob/1.19.4/src/commands/agent/generate/template.ts)_ | ||
|
||
## `sf agent generate test-spec` | ||
|
||
|
@@ -343,7 +343,7 @@ EXAMPLES | |
force-app//main/default/aiEvaluationDefinitions/Resort_Manager_Tests.aiEvaluationDefinition-meta.xml | ||
``` | ||
|
||
_See code: [src/commands/agent/generate/test-spec.ts](https://github.com/salesforcecli/plugin-agent/blob/1.19.3/src/commands/agent/generate/test-spec.ts)_ | ||
_See code: [src/commands/agent/generate/test-spec.ts](https://github.com/salesforcecli/plugin-agent/blob/1.19.4/src/commands/agent/generate/test-spec.ts)_ | ||
|
||
## `sf agent preview` | ||
|
||
|
@@ -378,7 +378,7 @@ FLAG DESCRIPTIONS | |
the API name of the agent? (TBD based on agents library) | ||
``` | ||
|
||
_See code: [src/commands/agent/preview.ts](https://github.com/salesforcecli/plugin-agent/blob/1.19.3/src/commands/agent/preview.ts)_ | ||
_See code: [src/commands/agent/preview.ts](https://github.com/salesforcecli/plugin-agent/blob/1.19.4/src/commands/agent/preview.ts)_ | ||
|
||
## `sf agent test create` | ||
|
||
|
@@ -433,7 +433,7 @@ EXAMPLES | |
$ sf agent test create --spec specs/Resort_Manager-testSpec.yaml --test-api-name Resort_Manager_Test --preview | ||
``` | ||
|
||
_See code: [src/commands/agent/test/create.ts](https://github.com/salesforcecli/plugin-agent/blob/1.19.3/src/commands/agent/test/create.ts)_ | ||
_See code: [src/commands/agent/test/create.ts](https://github.com/salesforcecli/plugin-agent/blob/1.19.4/src/commands/agent/test/create.ts)_ | ||
|
||
## `sf agent test list` | ||
|
||
|
@@ -468,7 +468,7 @@ EXAMPLES | |
$ sf agent test list --target-org my-org | ||
``` | ||
|
||
_See code: [src/commands/agent/test/list.ts](https://github.com/salesforcecli/plugin-agent/blob/1.19.3/src/commands/agent/test/list.ts)_ | ||
_See code: [src/commands/agent/test/list.ts](https://github.com/salesforcecli/plugin-agent/blob/1.19.4/src/commands/agent/test/list.ts)_ | ||
|
||
## `sf agent test results` | ||
|
||
|
@@ -524,7 +524,7 @@ FLAG DESCRIPTIONS | |
test results aren't written. | ||
``` | ||
|
||
_See code: [src/commands/agent/test/results.ts](https://github.com/salesforcecli/plugin-agent/blob/1.19.3/src/commands/agent/test/results.ts)_ | ||
_See code: [src/commands/agent/test/results.ts](https://github.com/salesforcecli/plugin-agent/blob/1.19.4/src/commands/agent/test/results.ts)_ | ||
|
||
## `sf agent test resume` | ||
|
||
|
@@ -587,7 +587,7 @@ FLAG DESCRIPTIONS | |
test results aren't written. | ||
``` | ||
|
||
_See code: [src/commands/agent/test/resume.ts](https://github.com/salesforcecli/plugin-agent/blob/1.19.3/src/commands/agent/test/resume.ts)_ | ||
_See code: [src/commands/agent/test/resume.ts](https://github.com/salesforcecli/plugin-agent/blob/1.19.4/src/commands/agent/test/resume.ts)_ | ||
|
||
## `sf agent test run` | ||
|
||
|
@@ -651,6 +651,6 @@ FLAG DESCRIPTIONS | |
test results aren't written. | ||
``` | ||
|
||
_See code: [src/commands/agent/test/run.ts](https://github.com/salesforcecli/plugin-agent/blob/1.19.3/src/commands/agent/test/run.ts)_ | ||
_See code: [src/commands/agent/test/run.ts](https://github.com/salesforcecli/plugin-agent/blob/1.19.4/src/commands/agent/test/run.ts)_ | ||
|
||
<!-- commandsstop --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters