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.
2 parents 6503220 + 5f7a0b9 commit 59e6834Copy full SHA for 59e6834
docs/voice/quickstart.md
@@ -91,7 +91,7 @@ agent = Agent(
91
We'll set up a simple voice pipeline, using [`SingleAgentVoiceWorkflow`][agents.voice.workflow.SingleAgentVoiceWorkflow] as the workflow.
92
93
```python
94
-from agents.voice import SingleAgentVoiceWorkflow, VoicePipeline,
+from agents.voice import SingleAgentVoiceWorkflow, VoicePipeline
95
pipeline = VoicePipeline(workflow=SingleAgentVoiceWorkflow(agent))
96
```
97
0 commit comments