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
Backport: fix(ai): update docs for NoSpeechGeneratedError and export it (#8967)
This is an automated backport of #8512 to the release-v5.0 branch.
Co-authored-by: Phantom <59059173+EurFelux@users.noreply.github.com>
Co-authored-by: Gregor Martynus <39992+gr2m@users.noreply.github.com>
When `generateSpeech` cannot generate a valid audio, it throws a [`AI_NoAudioGeneratedError`](/docs/reference/ai-sdk-errors/ai-no-audio-generated-error).
117
+
When `generateSpeech` cannot generate a valid audio, it throws a [`AI_NoSpeechGeneratedError`](/docs/reference/ai-sdk-errors/ai-no-speech-generated-error).
118
118
119
119
This error can arise for any the following reasons:
120
120
@@ -129,7 +129,7 @@ The error preserves the following information to help you log the issue:
0 commit comments