obs(transcription): log initial_prompt presence at WhisperRsBackend boundary

This commit is contained in:
2026-04-19 20:21:40 +01:00
parent 4256383a5b
commit 381f236bf8
2 changed files with 9 additions and 0 deletions

View File

@@ -25,3 +25,6 @@ whisper-rs = { version = "0.16", default-features = false, features = ["vulkan"]
# Direct whisper-rs backend (WhisperRsBackend): thread pool sizing + typed errors.
num_cpus = "1"
thiserror = "2"
# Structured logging at backend boundaries (observability for initial_prompt flow).
tracing = "0.1"