@@ -126,7 +126,7 @@ EXAMPLES
126126 $ sf agent activate --api-name Resort_Manager --version 2 --target-org my-org
127127```
128128
129- _ See code: [ src/commands/agent/activate.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.32.14 /src/commands/agent/activate.ts ) _
129+ _ See code: [ src/commands/agent/activate.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.32.15 /src/commands/agent/activate.ts ) _
130130
131131## ` sf agent create `
132132
@@ -193,7 +193,7 @@ EXAMPLES
193193 $ sf agent create --name "Resort Manager" --spec specs/resortManagerAgent.yaml --preview
194194```
195195
196- _ See code: [ src/commands/agent/create.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.32.14 /src/commands/agent/create.ts ) _
196+ _ See code: [ src/commands/agent/create.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.32.15 /src/commands/agent/create.ts ) _
197197
198198## ` sf agent deactivate `
199199
@@ -234,7 +234,7 @@ EXAMPLES
234234 $ sf agent deactivate --api-name Resort_Manager --target-org my-org
235235```
236236
237- _ See code: [ src/commands/agent/deactivate.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.32.14 /src/commands/agent/deactivate.ts ) _
237+ _ See code: [ src/commands/agent/deactivate.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.32.15 /src/commands/agent/deactivate.ts ) _
238238
239239## ` sf agent generate agent-spec `
240240
@@ -341,7 +341,7 @@ EXAMPLES
341341 $ sf agent generate agent-spec --tone formal --agent-user resortmanager@myorg.com
342342```
343343
344- _ See code: [ src/commands/agent/generate/agent-spec.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.32.14 /src/commands/agent/generate/agent-spec.ts ) _
344+ _ See code: [ src/commands/agent/generate/agent-spec.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.32.15 /src/commands/agent/generate/agent-spec.ts ) _
345345
346346## ` sf agent generate authoring-bundle `
347347
@@ -418,7 +418,7 @@ EXAMPLES
418418 other-package-dir/main/default --target-org my-dev-org
419419```
420420
421- _ See code: [ src/commands/agent/generate/authoring-bundle.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.32.14 /src/commands/agent/generate/authoring-bundle.ts ) _
421+ _ See code: [ src/commands/agent/generate/authoring-bundle.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.32.15 /src/commands/agent/generate/authoring-bundle.ts ) _
422422
423423## ` sf agent generate template `
424424
@@ -480,7 +480,7 @@ EXAMPLES
480480 my-package --source-org my-scratch-org
481481```
482482
483- _ See code: [ src/commands/agent/generate/template.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.32.14 /src/commands/agent/generate/template.ts ) _
483+ _ See code: [ src/commands/agent/generate/template.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.32.15 /src/commands/agent/generate/template.ts ) _
484484
485485## ` sf agent generate test-spec `
486486
@@ -545,7 +545,7 @@ EXAMPLES
545545 force-app//main/default/aiEvaluationDefinitions/Resort_Manager_Tests.aiEvaluationDefinition-meta.xml
546546```
547547
548- _ See code: [ src/commands/agent/generate/test-spec.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.32.14 /src/commands/agent/generate/test-spec.ts ) _
548+ _ See code: [ src/commands/agent/generate/test-spec.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.32.15 /src/commands/agent/generate/test-spec.ts ) _
549549
550550## ` sf agent preview `
551551
@@ -618,7 +618,7 @@ EXAMPLES
618618 $ sf agent preview --use-live-actions --apex-debug --output-dir transcripts/my-preview
619619```
620620
621- _ See code: [ src/commands/agent/preview.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.32.14 /src/commands/agent/preview.ts ) _
621+ _ See code: [ src/commands/agent/preview.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.32.15 /src/commands/agent/preview.ts ) _
622622
623623## ` sf agent preview end `
624624
@@ -650,11 +650,11 @@ DESCRIPTION
650650 use this command to end it. This command also displays the local directory where the session trace files are stored.
651651
652652 The original "agent preview start" command outputs a session ID which you then use with the --session-id flag of this
653- command to end the session. You don't have to specify the --session-id flag if an agent has only one active preview
653+ command to end the session. You don't have to specify the --session-id flag if an agent has only one active preview
654654 session. You must also use either the --authoring-bundle or --api-name flag to specify the API name of the authoring
655- bundle or the published agent, respecitvely. To find either API name, navigate to your package directory in your DX
655+ bundle or the published agent, respecitvely. To find either API name, navigate to your package directory in your DX
656656 project. The API name of an authoring bundle is the same as its directory name under the "aiAuthoringBundles" metadata
657- directory. Similarly, the published agent's API name is the same as its directory name under the "Bots" metadata
657+ directory. Similarly, the published agent's API name is the same as its directory name under the "Bots" metadata
658658 directory.
659659
660660EXAMPLES
@@ -673,7 +673,7 @@ EXAMPLES
673673 $ sf agent preview end --authoring-bundle My_Local_Agent
674674```
675675
676- _ See code: [ src/commands/agent/preview/end.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.32.14 /src/commands/agent/preview/end.ts ) _
676+ _ See code: [ src/commands/agent/preview/end.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.32.15 /src/commands/agent/preview/end.ts ) _
677677
678678## ` sf agent preview send `
679679
@@ -706,11 +706,11 @@ DESCRIPTION
706706 use this command to send the agent a message (utterance). This command then displays the agent's response.
707707
708708 The original "agent preview start" command outputs a session ID which you then use with the --session-id flag of this
709- command to send a message. You don't have to specify the --session-id flag if an agent has only one active preview
709+ command to send a message. You don't have to specify the --session-id flag if an agent has only one active preview
710710 session. You must also use either the --authoring-bundle or --api-name flag to specify the API name of the authoring
711- bundle or the published agent, respecitvely. To find either API name, navigate to your package directory in your DX
711+ bundle or the published agent, respecitvely. To find either API name, navigate to your package directory in your DX
712712 project. The API name of an authoring bundle is the same as its directory name under the "aiAuthoringBundles" metadata
713- directory. Similarly, the published agent's API name is the same as its directory name under the "Bots" metadata
713+ directory. Similarly, the published agent's API name is the same as its directory name under the "Bots" metadata
714714 directory.
715715
716716EXAMPLES
@@ -731,7 +731,7 @@ EXAMPLES
731731 $ sf agent preview send --utterance "what can you help me with?" --authoring-bundle My_Local_Agent
732732```
733733
734- _ See code: [ src/commands/agent/preview/send.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.32.14 /src/commands/agent/preview/send.ts ) _
734+ _ See code: [ src/commands/agent/preview/send.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.32.15 /src/commands/agent/preview/send.ts ) _
735735
736736## ` sf agent preview sessions `
737737
@@ -764,7 +764,7 @@ EXAMPLES
764764 $ sf agent preview sessions
765765```
766766
767- _ See code: [ src/commands/agent/preview/sessions.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.32.14 /src/commands/agent/preview/sessions.ts ) _
767+ _ See code: [ src/commands/agent/preview/sessions.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.32.15 /src/commands/agent/preview/sessions.ts ) _
768768
769769## ` sf agent preview start `
770770
@@ -793,17 +793,17 @@ DESCRIPTION
793793 Start a programmatic agent preview session.
794794
795795 This command outputs a session ID that you then use with the "agent preview send" command to send an utterance to the
796- agent. Use the "agent preview sessions" command to list all active sessions and the "agent preview end" command to
797- end a specific session.
796+ agent. Use the "agent preview sessions" command to list all active sessions and the "agent preview end" command to end
797+ a specific session.
798798
799799 Identify the agent you want to start previewing with either the --authoring-bundle flag to specify a local authoring
800- bundle's API name or --api-name to specify an activated published agent's API name. To find either API name, navigate
800+ bundle's API name or --api-name to specify an activated published agent's API name. To find either API name, navigate
801801 to your package directory in your DX project. The API name of an authoring bundle is the same as its directory name
802- under the "aiAuthoringBundles" metadata directory. Similarly, the published agent's API name is the same as its
802+ under the "aiAuthoringBundles" metadata directory. Similarly, the published agent's API name is the same as its
803803 directory name under the "Bots" metadata directory.
804804
805805 When starting a preview session using the authoring bundle, which contains the agent's Agent Script file, the preview
806- uses mocked actions by default. Specify --use-live-actions for live mode, which uses the real Apex classes, flows,
806+ uses mocked actions by default. Specify --use-live-actions for live mode, which uses the real Apex classes, flows,
807807 etc, in the org for the actions.
808808
809809EXAMPLES
@@ -821,7 +821,7 @@ EXAMPLES
821821 $ sf agent preview start --api-name My_Published_Agent
822822```
823823
824- _ See code: [ src/commands/agent/preview/start.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.32.14 /src/commands/agent/preview/start.ts ) _
824+ _ See code: [ src/commands/agent/preview/start.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.32.15 /src/commands/agent/preview/start.ts ) _
825825
826826## ` sf agent publish authoring-bundle `
827827
@@ -870,7 +870,7 @@ EXAMPLES
870870 $ sf agent publish authoring-bundle --api-name MyAuthoringbundle --target-org my-dev-org
871871```
872872
873- _ See code: [ src/commands/agent/publish/authoring-bundle.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.32.14 /src/commands/agent/publish/authoring-bundle.ts ) _
873+ _ See code: [ src/commands/agent/publish/authoring-bundle.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.32.15 /src/commands/agent/publish/authoring-bundle.ts ) _
874874
875875## ` sf agent test create `
876876
@@ -925,7 +925,7 @@ EXAMPLES
925925 $ sf agent test create --spec specs/Resort_Manager-testSpec.yaml --api-name Resort_Manager_Test --preview
926926```
927927
928- _ See code: [ src/commands/agent/test/create.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.32.14 /src/commands/agent/test/create.ts ) _
928+ _ See code: [ src/commands/agent/test/create.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.32.15 /src/commands/agent/test/create.ts ) _
929929
930930## ` sf agent test list `
931931
@@ -960,7 +960,7 @@ EXAMPLES
960960 $ sf agent test list --target-org my-org
961961```
962962
963- _ See code: [ src/commands/agent/test/list.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.32.14 /src/commands/agent/test/list.ts ) _
963+ _ See code: [ src/commands/agent/test/list.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.32.15 /src/commands/agent/test/list.ts ) _
964964
965965## ` sf agent test results `
966966
@@ -1026,7 +1026,7 @@ FLAG DESCRIPTIONS
10261026 expression when using custom evaluations.
10271027```
10281028
1029- _ See code: [ src/commands/agent/test/results.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.32.14 /src/commands/agent/test/results.ts ) _
1029+ _ See code: [ src/commands/agent/test/results.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.32.15 /src/commands/agent/test/results.ts ) _
10301030
10311031## ` sf agent test resume `
10321032
@@ -1099,7 +1099,7 @@ FLAG DESCRIPTIONS
10991099 expression when using custom evaluations.
11001100```
11011101
1102- _ See code: [ src/commands/agent/test/resume.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.32.14 /src/commands/agent/test/resume.ts ) _
1102+ _ See code: [ src/commands/agent/test/resume.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.32.15 /src/commands/agent/test/resume.ts ) _
11031103
11041104## ` sf agent test run `
11051105
@@ -1173,7 +1173,7 @@ FLAG DESCRIPTIONS
11731173 expression when using custom evaluations.
11741174```
11751175
1176- _ See code: [ src/commands/agent/test/run.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.32.14 /src/commands/agent/test/run.ts ) _
1176+ _ See code: [ src/commands/agent/test/run.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.32.15 /src/commands/agent/test/run.ts ) _
11771177
11781178## ` sf agent validate authoring-bundle `
11791179
@@ -1220,6 +1220,6 @@ EXAMPLES
12201220 $ sf agent validate authoring-bundle --api-name MyAuthoringBundle --target-org my-dev-org
12211221```
12221222
1223- _ See code: [ src/commands/agent/validate/authoring-bundle.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.32.14 /src/commands/agent/validate/authoring-bundle.ts ) _
1223+ _ See code: [ src/commands/agent/validate/authoring-bundle.ts] ( https://github.com/salesforcecli/plugin-agent/blob/1.32.15 /src/commands/agent/validate/authoring-bundle.ts ) _
12241224
12251225<!-- commandsstop -->
0 commit comments