refactor: dedupe speech provider coercion helpers

This commit is contained in:
Peter Steinberger
2026-04-06 19:39:07 +01:00
parent 501977106c
commit 9d36e7a73a
5 changed files with 11 additions and 36 deletions

View File

@@ -35,3 +35,9 @@ export {
normalizeSpeechProviderId,
} from "../tts/provider-registry.js";
export { normalizeTtsAutoMode, TTS_AUTO_MODES } from "../tts/tts-auto-mode.js";
export {
asObject,
readResponseTextLimited,
trimToUndefined,
truncateErrorDetail,
} from "../tts/provider-error-utils.js";