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: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -230,7 +230,7 @@ class MyAppCredentialProvider(
230
230
```
231
231
232
232
### Option A: Full UI (with `AgentforceClient`)
233
-
This approach is the fastest way to get a complete, out-of-the-box chat interface running in your app. The `AgentforceClient` manages the session and provides a `CopilotLauncher` Composable that presents the chat UI.
233
+
This approach is the fastest way to get a complete, out-of-the-box chat interface running in your app. The `AgentforceClient` manages the session and provides a `AgentforceLauncherContainer` Composable that presents the chat UI.
234
234
235
235
#### 1. Create an `AgentforceConfiguration` Instance
236
236
The `AgentforceConfiguration` object holds the essential settings for connecting to your agent. You'll need to use the builder pattern to create the configuration.
0 commit comments