fix(gateway): show /tts audio in Control UI webchat (#61598) (thanks @neeravmakwana)

This commit is contained in:
Neerav Makwana
2026-04-06 08:19:38 -04:00
committed by GitHub
parent 02c092e558
commit 9aaa000da0
8 changed files with 353 additions and 13 deletions

View File

@@ -43,7 +43,7 @@ describe("normalizeDiffViewerPayloadLanguages", () => {
overflow: "wrap",
unsafeCSS: "",
},
langs: ["not-a-real-language"],
langs: ["not-a-real-language" as never],
fileDiff: {
name: "foo.txt",
lang: "not-a-real-language" as never,
@@ -75,7 +75,7 @@ describe("normalizeDiffViewerPayloadLanguages", () => {
overflow: "scroll",
unsafeCSS: "",
},
langs: ["typescript", "not-a-real-language"],
langs: ["typescript", "not-a-real-language" as never],
oldFile: {
name: "before.unknown",
contents: "before",
@@ -116,7 +116,7 @@ describe("normalizeDiffViewerPayloadLanguages", () => {
overflow: "wrap",
unsafeCSS: "",
},
langs: [" "],
langs: [" " as never],
oldFile: {
name: "before.unknown",
contents: "before",