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: docs/CAPABILITIES.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
@@ -1,6 +1,6 @@
1
1
# Capabilities
2
2
3
-
Web Chat supports dynamic capability discovery from adapters. Capabilities allow adapters to expose configuration values that WebChat components can consume and react to changes.
3
+
Web Chat supports dynamic capability discovery from adapters. Capabilities allow adapters to expose configuration values that Web Chat components can consume and react to changes.
4
4
5
5
## Using the hook
6
6
@@ -22,9 +22,9 @@ if (voiceConfig) {
22
22
23
23
## Available capabilities
24
24
25
-
| Capability | Type | Description |
26
-
|------------|------|-------------|
27
-
|`voiceConfiguration`|`{ sampleRate: number, chunkIntervalMs: number }`| Audio settings for Speech-to-Speech |
0 commit comments