Skip to content

Commit c941d5e

Browse files
fix: tweak help after Willie changed functionality a bit
1 parent 20b405c commit c941d5e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

messages/agent.preview.start.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ When starting a preview session with --authoring-bundle, you must explicitly spe
1313
- --use-live-actions: Executes real Apex classes, flows, and other actions in the org. This surfaces compile and validation errors during preview.
1414
- --simulate-actions: Uses AI to simulate action execution without calling real implementations.
1515

16-
Published agents (--api-name) always use live actions.
16+
Published agents, which you specify with the --api-name, always use live actions.
1717

1818
# flags.api-name.summary
1919

@@ -25,11 +25,11 @@ API name of the authoring bundle metadata component that contains the agent's Ag
2525

2626
# flags.use-live-actions.summary
2727

28-
Execute real actions in the org, such as Apex classes and flows. You must specify either this flag or --simulate-actions.
28+
Execute real actions in the org, such as Apex classes and flows. When previewing using an authoring bundle, you must specify either this flag or --simulate-actions.
2929

3030
# flags.simulate-actions.summary
3131

32-
Use AI to simulate action execution instead of calling real actions. You must specify either this flag or --use-live-actions.
32+
Use AI to simulate action execution instead of calling real actions. When previewing using an authoring bundle, you must specify either this flag or --use-live-actions.
3333

3434
# output.sessionId
3535

@@ -45,6 +45,6 @@ Session ID: %s
4545

4646
<%= config.bin %> <%= command.id %> --authoring-bundle My_Agent_Bundle --use-live-actions
4747

48-
- Start a preview session with an activated published agent (always uses live actions):
48+
- Start a preview session with an activated published agent in your default org (always uses live actions):
4949

5050
<%= config.bin %> <%= command.id %> --api-name My_Published_Agent

0 commit comments

Comments
 (0)