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
1. Create a connected app in your org as described in the "Create a Connected App" section here: https://developer.salesforce.com/docs/einstein/genai/guide/agent-api-get-started.html#create-a-connected-app. Do these four additional steps:
19
18
@@ -51,6 +50,10 @@ Username or alias of the connected app user that's configured with web-based acc
51
50
52
51
Directory where conversation transcripts are saved.
53
52
53
+
# flags.apex-debug.summary
54
+
55
+
Enable Apex debug logging during the agent preview conversation.
56
+
54
57
# examples
55
58
56
59
- Interact with an agent with API name "Resort_Manager" in the org with alias "my-org". Connect to your agent using the alias "my-agent-user"; this alias must point to the username who is authorized using the Web server flow:
0 commit comments