You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix:Update GenericTTS documentation and implementation to specify HTTP(S) support. Adjusted parameter requirements and added validation for URL format. Updated tests to reflect changes in vendor classification and serialization.
Copy file name to clipboardExpand all lines: docs/reference/vendors.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -387,12 +387,14 @@ The SDK also includes named helpers for the remaining Agora-supported LLM provid
387
387
388
388
### `GenericTTS`
389
389
390
+
`GenericTTS` currently supports HTTP and HTTPS endpoints. WebSocket endpoints are rejected until a WebSocket-backed generic TTS implementation is available. AgentKit serializes the current HTTP implementation with the internal vendor value `generic_http`.
0 commit comments