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 9f362b7 commit 1396e53Copy full SHA for 1396e53
packages/react/src/hooks/useAgent.ts
@@ -79,7 +79,7 @@ type AgentStateAvailable = AgentStateCommon & {
79
state: 'listening' | 'thinking' | 'speaking';
80
failureReasons: null;
81
82
- /** The client's assigned identity, coming from the JWT token. */
+ /** The agent's assigned identity, coming from the JWT token. */
83
identity: Participant['identity'];
84
name: Participant['name'];
85
metadata: Participant['metadata'];
0 commit comments