You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: messages/agent.preview.start.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ When starting a preview session with --authoring-bundle, you must explicitly spe
13
13
- --use-live-actions: Executes real Apex classes, flows, and other actions in the org. This surfaces compile and validation errors during preview.
14
14
- --simulate-actions: Uses AI to simulate action execution without calling real implementations.
15
15
16
-
Published agents (--api-name) always use live actions.
16
+
Published agents, which you specify with the --api-name, always use live actions.
17
17
18
18
# flags.api-name.summary
19
19
@@ -25,11 +25,11 @@ API name of the authoring bundle metadata component that contains the agent's Ag
25
25
26
26
# flags.use-live-actions.summary
27
27
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.
29
29
30
30
# flags.simulate-actions.summary
31
31
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.
0 commit comments