feat(server): support sliced audio (#11562)

fix AF-2479
This commit is contained in:
darkskygit
2025-04-09 08:21:19 +00:00
parent 06497773a7
commit 15abb78a6b
15 changed files with 239 additions and 75 deletions

View File

@@ -709,6 +709,10 @@ export const USER_FRIENDLY_ERRORS = {
type: 'bad_request',
message: () => `Transcription job not found.`,
},
copilot_transcription_audio_not_provided: {
type: 'bad_request',
message: () => `Audio not provided.`,
},
// Quota & Limit errors
blob_quota_exceeded: {