Skip to content

fix: add missing config keyword in deepgram tts log#2138

Merged
wangyoucao577 merged 2 commits intomainfrom
fix/deepgram-tts-config-log-keyword
Apr 14, 2026
Merged

fix: add missing config keyword in deepgram tts log#2138
wangyoucao577 merged 2 commits intomainfrom
fix/deepgram-tts-config-log-keyword

Conversation

@BenWeekes
Copy link
Copy Markdown
Contributor

Summary

  • The deepgram TTS extension logs its config without a config: prefix keyword, while all other TTS extensions include one (config: or LOG_CATEGORY_KEY_POINT:)
  • This causes the QA automation test regex ((?:config|LOG_CATEGORY_KEY_POINT|KEYPOINT config):) to fail when validating TTS:deepgram: vendor_config
  • Add the config: prefix to match the convention used by other TTS extensions

Test plan

  • Verify test_convoAI_tts_autocase_by_uads for deepgram now passes
  • Confirm deepgram TTS still initializes and synthesizes correctly

the deepgram tts extension logs its config without a "config:" prefix,
causing QA test regex to fail when validating vendor_config. all other
tts extensions include this prefix. add it to match the convention.
@github-actions
Copy link
Copy Markdown

test comment from claude agent

@wangyoucao577 wangyoucao577 merged commit 8990d85 into main Apr 14, 2026
15 checks passed
@wangyoucao577 wangyoucao577 deleted the fix/deepgram-tts-config-log-keyword branch April 14, 2026 06:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants