Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5f7a0b9

Browse files
authored
fixed from agents.voice import SingleAgentVoiceWorkflow, VoicePipeline in quickstart.md
from agents.voice import SingleAgentVoiceWorkflow, VoicePipeline, remove extra "," from the first line
1 parent 6503220 commit 5f7a0b9

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)