Skip to content

Commit 8132449

Browse files
Update agent.preview.md
1 parent 4ce9973 commit 8132449

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

messages/agent.preview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This command is useful to test if the agent responds to your utterances as you e
1010

1111
When the session concludes, the command asks if you want to save the API responses and chat transcripts. By default, the files are saved to the "./temp/agent-preview" directory. Specify a new default directory by setting the environment variable "SF_AGENT_PREVIEW_OUTPUT_DIR" to the directory. Or you can pass the directory to the --output-dir flag.
1212

13-
Find the agent's API name in its main details page in your org's Agent page in Setup.
13+
Find the agent's API name in its Agent Details page of your org's Agentforce Studio UI in Setup. If your agent is currently deactivated, use the "agent activate" CLI command to activate it.
1414

1515
IMPORTANT: Before you use this command, you must complete a number of configuration steps in your org and your DX project. The examples in this help assume you've completed the steps. See "Preview an Agent" in the "Agentforce Developer Guide" for complete documentation: https://developer.salesforce.com/docs/einstein/genai/guide/agent-dx-preview.html.
1616

@@ -32,7 +32,7 @@ Enable Apex debug logging during the agent preview conversation.
3232

3333
# examples
3434

35-
- Interact with an agent with API name "Resort_Manager" in the org with alias "my-org" and the linked "agent-app" connected app:
35+
- Interact with an agent with API name Resort_Manager in the org with alias "my-org" and the linked "agent-app" connected app:
3636

3737
<%= config.bin %> <%= command.id %> --api-name Resort_Manager --target-org my-org --client-app agent-app
3838

0 commit comments

Comments
 (0)