Docs improvements: streaming termination, translation structure, LeMUR deprecation#733
Open
devin-ai-integration[bot] wants to merge 1 commit intomainfrom
Open
Docs improvements: streaming termination, translation structure, LeMUR deprecation#733devin-ai-integration[bot] wants to merge 1 commit intomainfrom
devin-ai-integration[bot] wants to merge 1 commit intomainfrom
Conversation
…recation 1. Clarify streaming session termination patterns in Universal-3 Pro docs 2. Clarify nested JSON structure for Speech Understanding translation requests 3. Add prominent deprecation notices for LeMUR with migration pointers to LLM Gateway Co-Authored-By: dylan.duan <dylan.duan@assemblyai.com>
Contributor
Author
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Docs: streaming termination, translation structure, LeMUR deprecation
Summary
Three documentation improvements based on customer-reported issues:
1. Streaming session termination (Universal-3 Pro)
Terminatemessage and warn about zombie sessions.3008) and continue accruing charges.2. Speech Understanding translation request structure
<Note>in the Translation page Quickstart clarifying that translation parameters must be nested underspeech_understanding.request.translation(not placed at root level).translated_texts.<lang_code>, not the maintextfield.3. LeMUR deprecation notices
<Warning>banners to three LeMUR pages (customize-parameters.mdx,examples.mdx,summarize-audio.mdx) with the March 31, 2026 deprecation date and pointers to LLM Gateway and the migration guide.summarize-audio.mdx.Review & Testing Checklist for Human
Terminatetruly stay open for 3 hours, and (b) closing the WebSocket withoutTerminatedoes not guarantee immediate session end. These claims matchcommon-errors.mdx(code3008) but should be validated by someone with backend knowledge.ask-questions.mdxandimproving-your-prompt.mdxwere not given banners since they already reference LLM Gateway, but they still contain LeMUR SDK code examples. Reviewer should decide if they need banners too.fern docs dev) or check the preview deployment to verify the Warning/Note components render correctly and the new "Session termination" section appears in the right place in the page hierarchy.Notes