fix: keep audio transcript echo off-by-default and tiny-audio-safe (#32150)

This commit is contained in:
Peter Steinberger
2026-03-02 21:48:08 +00:00
parent 8f995dfc7a
commit 8e259b8310
3 changed files with 5 additions and 1 deletions

View File

@@ -40,6 +40,7 @@ If understanding fails or is disabled, **the reply flow continues** with the ori
- defaults (`prompt`, `maxChars`, `maxBytes`, `timeoutSeconds`, `language`)
- provider overrides (`baseUrl`, `headers`, `providerOptions`)
- Deepgram audio options via `tools.media.audio.providerOptions.deepgram`
- audio transcript echo controls (`echoTranscript`, default `false`; `echoFormat`)
- optional **percapability `models` list** (preferred before shared models)
- `attachments` policy (`mode`, `maxAttachments`, `prefer`)
- `scope` (optional gating by channel/chatType/session key)
@@ -57,6 +58,8 @@ If understanding fails or is disabled, **the reply flow continues** with the ori
},
audio: {
/* optional overrides */
echoTranscript: true,
echoFormat: '📝 "{transcript}"',
},
video: {
/* optional overrides */