@@ -132,7 +132,7 @@ EXAMPLES
132132 $ sf agent create --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.22.4 /src/commands/agent/create.ts ) _
135+ _ See code: [ src/commands/agent/create.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.22.5 /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 resortmanager@myorg.com
238238```
239239
240- _ See code: [ src/commands/agent/generate/agent-spec.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.22.4 /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.22.5 /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.22.4 /src/commands/agent/generate/template.ts ) _
288+ _ See code: [ src/commands/agent/generate/template.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.22.5 /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.22.4 /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.22.5 /src/commands/agent/generate/test-spec.ts ) _
347347
348348## ` sf agent preview `
349349
@@ -437,7 +437,7 @@ EXAMPLES
437437 --output-dir "transcripts/my-preview"
438438```
439439
440- _ See code: [ src/commands/agent/preview.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.22.4 /src/commands/agent/preview.ts ) _
440+ _ See code: [ src/commands/agent/preview.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.22.5 /src/commands/agent/preview.ts ) _
441441
442442## ` sf agent test create `
443443
@@ -492,7 +492,7 @@ EXAMPLES
492492 $ sf agent test create --spec specs/Resort_Manager-testSpec.yaml --api-name Resort_Manager_Test --preview
493493```
494494
495- _ See code: [ src/commands/agent/test/create.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.22.4 /src/commands/agent/test/create.ts ) _
495+ _ See code: [ src/commands/agent/test/create.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.22.5 /src/commands/agent/test/create.ts ) _
496496
497497## ` sf agent test list `
498498
@@ -527,7 +527,7 @@ EXAMPLES
527527 $ sf agent test list --target-org my-org
528528```
529529
530- _ See code: [ src/commands/agent/test/list.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.22.4 /src/commands/agent/test/list.ts ) _
530+ _ See code: [ src/commands/agent/test/list.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.22.5 /src/commands/agent/test/list.ts ) _
531531
532532## ` sf agent test results `
533533
@@ -583,7 +583,7 @@ FLAG DESCRIPTIONS
583583 test results aren't written.
584584```
585585
586- _ See code: [ src/commands/agent/test/results.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.22.4 /src/commands/agent/test/results.ts ) _
586+ _ See code: [ src/commands/agent/test/results.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.22.5 /src/commands/agent/test/results.ts ) _
587587
588588## ` sf agent test resume `
589589
@@ -646,7 +646,7 @@ FLAG DESCRIPTIONS
646646 test results aren't written.
647647```
648648
649- _ See code: [ src/commands/agent/test/resume.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.22.4 /src/commands/agent/test/resume.ts ) _
649+ _ See code: [ src/commands/agent/test/resume.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.22.5 /src/commands/agent/test/resume.ts ) _
650650
651651## ` sf agent test run `
652652
@@ -710,6 +710,6 @@ FLAG DESCRIPTIONS
710710 test results aren't written.
711711```
712712
713- _ See code: [ src/commands/agent/test/run.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.22.4 /src/commands/agent/test/run.ts ) _
713+ _ See code: [ src/commands/agent/test/run.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.22.5 /src/commands/agent/test/run.ts ) _
714714
715715<!-- commandsstop -->
0 commit comments