@@ -109,7 +109,7 @@ EXAMPLES
109109 $ sf agent activate --api-name Resort_Manager --target-org my-org
110110```
111111
112- _ See code: [ src/commands/agent/activate.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.0 /src/commands/agent/activate.ts ) _
112+ _ See code: [ src/commands/agent/activate.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.1 /src/commands/agent/activate.ts ) _
113113
114114## ` sf agent create `
115115
@@ -171,7 +171,7 @@ EXAMPLES
171171 $ sf agent create --name "Resort Manager" --spec specs/resortManagerAgent.yaml --preview
172172```
173173
174- _ See code: [ src/commands/agent/create.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.0 /src/commands/agent/create.ts ) _
174+ _ See code: [ src/commands/agent/create.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.1 /src/commands/agent/create.ts ) _
175175
176176## ` sf agent deactivate `
177177
@@ -211,7 +211,7 @@ EXAMPLES
211211 $ sf agent deactivate --api-name Resort_Manager --target-org my-org
212212```
213213
214- _ See code: [ src/commands/agent/deactivate.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.0 /src/commands/agent/deactivate.ts ) _
214+ _ See code: [ src/commands/agent/deactivate.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.1 /src/commands/agent/deactivate.ts ) _
215215
216216## ` sf agent generate agent-spec `
217217
@@ -316,7 +316,7 @@ EXAMPLES
316316 $ sf agent generate agent-spec --tone formal --agent-user resortmanager@myorg.com
317317```
318318
319- _ See code: [ src/commands/agent/generate/agent-spec.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.0 /src/commands/agent/generate/agent-spec.ts ) _
319+ _ See code: [ src/commands/agent/generate/agent-spec.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.1 /src/commands/agent/generate/agent-spec.ts ) _
320320
321321## ` sf agent generate template `
322322
@@ -364,7 +364,7 @@ EXAMPLES
364364 force-app/main/default/bots/My_Awesome_Agent/My_Awesome_Agent.bot-meta.xml --agent-version 1
365365```
366366
367- _ See code: [ src/commands/agent/generate/template.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.0 /src/commands/agent/generate/template.ts ) _
367+ _ See code: [ src/commands/agent/generate/template.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.1 /src/commands/agent/generate/template.ts ) _
368368
369369## ` sf agent generate test-spec `
370370
@@ -399,6 +399,9 @@ DESCRIPTION
399399 - Expected topic: API name of the topic you expect the agent to use when responding to the utterance.
400400 - Expected actions: One or more API names of the expection actions the agent takes.
401401 - Expected outcome: Natural language description of the outcome you expect.
402+ - (Optional) Custom evaluation: Test an agent's response for specific strings or numbers.
403+ - (Optional) Conversation history: Boilerplate for additional context you can add to the test in the form of a
404+ conversation history.
402405
403406 When your test spec is ready, you then run the "agent test create" command to actually create the test in your org and
404407 synchronize the metadata with your DX project. The metadata type for an agent test is AiEvaluationDefinition.
@@ -422,7 +425,7 @@ EXAMPLES
422425 force-app//main/default/aiEvaluationDefinitions/Resort_Manager_Tests.aiEvaluationDefinition-meta.xml
423426```
424427
425- _ See code: [ src/commands/agent/generate/test-spec.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.0 /src/commands/agent/generate/test-spec.ts ) _
428+ _ See code: [ src/commands/agent/generate/test-spec.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.1 /src/commands/agent/generate/test-spec.ts ) _
426429
427430## ` sf agent preview `
428431
@@ -486,7 +489,7 @@ EXAMPLES
486489 transcripts/my-preview
487490```
488491
489- _ See code: [ src/commands/agent/preview.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.0 /src/commands/agent/preview.ts ) _
492+ _ See code: [ src/commands/agent/preview.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.1 /src/commands/agent/preview.ts ) _
490493
491494## ` sf agent test create `
492495
@@ -541,7 +544,7 @@ EXAMPLES
541544 $ sf agent test create --spec specs/Resort_Manager-testSpec.yaml --api-name Resort_Manager_Test --preview
542545```
543546
544- _ See code: [ src/commands/agent/test/create.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.0 /src/commands/agent/test/create.ts ) _
547+ _ See code: [ src/commands/agent/test/create.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.1 /src/commands/agent/test/create.ts ) _
545548
546549## ` sf agent test list `
547550
@@ -576,7 +579,7 @@ EXAMPLES
576579 $ sf agent test list --target-org my-org
577580```
578581
579- _ See code: [ src/commands/agent/test/list.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.0 /src/commands/agent/test/list.ts ) _
582+ _ See code: [ src/commands/agent/test/list.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.1 /src/commands/agent/test/list.ts ) _
580583
581584## ` sf agent test results `
582585
@@ -632,7 +635,7 @@ FLAG DESCRIPTIONS
632635 test results aren't written.
633636```
634637
635- _ See code: [ src/commands/agent/test/results.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.0 /src/commands/agent/test/results.ts ) _
638+ _ See code: [ src/commands/agent/test/results.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.1 /src/commands/agent/test/results.ts ) _
636639
637640## ` sf agent test resume `
638641
@@ -695,7 +698,7 @@ FLAG DESCRIPTIONS
695698 test results aren't written.
696699```
697700
698- _ See code: [ src/commands/agent/test/resume.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.0 /src/commands/agent/test/resume.ts ) _
701+ _ See code: [ src/commands/agent/test/resume.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.1 /src/commands/agent/test/resume.ts ) _
699702
700703## ` sf agent test run `
701704
@@ -759,6 +762,6 @@ FLAG DESCRIPTIONS
759762 test results aren't written.
760763```
761764
762- _ See code: [ src/commands/agent/test/run.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.0 /src/commands/agent/test/run.ts ) _
765+ _ See code: [ src/commands/agent/test/run.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.1 /src/commands/agent/test/run.ts ) _
763766
764767<!-- commandsstop -->
0 commit comments