Commit 1bfa9e2
committed
fix: call super().close() in ElevenLabs TTS, clean up getattr chains
- Add super().close() call in finally block
- Break nested getattr into readable steps in both ElevenLabs and Deepgram
- Add SDK workaround comments1 parent 228f65b commit 1bfa9e2
2 files changed
Lines changed: 13 additions & 17 deletions
File tree
- plugins
- deepgram/vision_agents/plugins/deepgram
- elevenlabs/vision_agents/plugins/elevenlabs
Lines changed: 4 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
313 | 313 | | |
314 | 314 | | |
315 | 315 | | |
316 | | - | |
317 | | - | |
318 | | - | |
319 | | - | |
320 | | - | |
321 | | - | |
322 | | - | |
323 | | - | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
324 | 320 | | |
325 | 321 | | |
Lines changed: 9 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| |||
0 commit comments