Skip to content

Commit 1396e53

Browse files
committed
fix: update comment to make it clear the identity is the _agent's_ identity
1 parent 9f362b7 commit 1396e53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react/src/hooks/useAgent.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ type AgentStateAvailable = AgentStateCommon & {
7979
state: 'listening' | 'thinking' | 'speaking';
8080
failureReasons: null;
8181

82-
/** The client's assigned identity, coming from the JWT token. */
82+
/** The agent's assigned identity, coming from the JWT token. */
8383
identity: Participant['identity'];
8484
name: Participant['name'];
8585
metadata: Participant['metadata'];

0 commit comments

Comments
 (0)