Skip to content

Commit

Permalink
Update agent component compatibility comments (#982)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcherry authored Sep 25, 2024
1 parent 22fa65e commit 2d3736a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const getSequencerInterval = (
* If the `state` prop is set, it automatically transitions between VoiceAssistant states.
* @beta
*
* @remarks For VoiceAssistant state transitions this component requires a voice assistant agent running with livekit-agents \>= 0.8.11
* @remarks For VoiceAssistant state transitions this component requires a voice assistant agent running with livekit-agents \>= 0.9.0
*
* @example
* ```tsx
Expand Down
2 changes: 1 addition & 1 deletion packages/react/src/hooks/useVoiceAssistant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const state_attribute = 'lk.agent.state';

/**
* This hook looks for the first agent-participant in the room.
* @remarks This hook requires an agent running with livekit-agents \>= 0.8.11
* @remarks This hook requires an agent running with livekit-agents \>= 0.9.0
* @example
* ```tsx
* const { state, audioTrack, agentTranscriptions, agentAttributes } = useVoiceAssistant();
Expand Down

0 comments on commit 2d3736a

Please sign in to comment.