Skip to content

Commit

Permalink
Add event for partial transcript
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-purplefish committed Dec 26, 2024
1 parent 06eee67 commit f1acafd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion livekit-agents/livekit/agents/pipeline/pipeline_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ def on(self, event: EventTypes, callback: Callable[[Any], None] | None = None):
Args:
event: the event to listen to (see EventTypes)
- user_started_speaking: the user started speaking
- user_partial_transcript: the user transcript was updated
- user_interim_transcript: the user transcript was updated
- user_stopped_speaking: the user stopped speaking
- agent_started_speaking: the agent started speaking
- agent_stopped_speaking: the agent stopped speaking
Expand Down

0 comments on commit f1acafd

Please sign in to comment.