Skip to content

Commit 59e6834

Browse files
authored
fixed from agents.voice import SingleAgentVoiceWorkflow, VoicePipelin… (#275)
…e in quickstart.md from agents.voice import SingleAgentVoiceWorkflow, VoicePipeline, remove extra "," from the first line
2 parents 6503220 + 5f7a0b9 commit 59e6834

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/voice/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ agent = Agent(
9191
We'll set up a simple voice pipeline, using [`SingleAgentVoiceWorkflow`][agents.voice.workflow.SingleAgentVoiceWorkflow] as the workflow.
9292

9393
```python
94-
from agents.voice import SingleAgentVoiceWorkflow, VoicePipeline,
94+
from agents.voice import SingleAgentVoiceWorkflow, VoicePipeline
9595
pipeline = VoicePipeline(workflow=SingleAgentVoiceWorkflow(agent))
9696
```
9797

0 commit comments

Comments
 (0)