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
feat(speech-voice-types): add SpeechVoice and SpeechResponseFormat types
- Introduce new exported type aliases SpeechVoice and SpeechResponseFormat for valid voice and audio format options.
- Update SpeechCreateParams:
- Change voice field type to (string & {}) | SpeechVoice for flexibility and consistency.
- Change response_format field type to (string & {}) | SpeechResponseFormat for flexibility and consistency.
- Extend the exported namespace to include the new types.
0 commit comments