We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb25929 commit 3a80bd5Copy full SHA for 3a80bd5
src/commands/agent/preview.ts
@@ -182,7 +182,7 @@ export default class AgentPreview extends SfCommand<AgentPreviewResult> {
182
const agentPreview =
183
selectedAgent.source === AgentSource.PUBLISHED
184
? new Preview(jwtConn, selectedAgent.Id)
185
- : new AgentSimulate(jwtConn, selectedAgent.path, useLiveActions);
+ : new AgentSimulate(jwtConn, selectedAgent.path, !useLiveActions);
186
187
agentPreview.setApexDebugMode(flags['apex-debug']);
188
0 commit comments