Thanks to visit codestin.com Credit goes to github.com
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.
1 parent 6503220 commit 5f7a0b9Copy full SHA for 5f7a0b9
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