Document per-session cached audio clear procedure
This commit is contained in:
@@ -432,6 +432,7 @@ Audio persistence and diagnostics:
|
||||
|
||||
- Latest inbound voice bytes are stored per-session in `~/.local/share/flynn/sessions.db` under `session_config.key = "lastAudioAttachment"` (used to safely hydrate `audio.transcribe` calls).
|
||||
- `/reset` clears session history and session config for that chat, including `lastAudioAttachment`.
|
||||
- To clear one session manually: `DELETE FROM session_config WHERE session_id='<channel:sender>' AND key='lastAudioAttachment'`.
|
||||
- When Flynn rewrites bad model-provided audio tool args, it emits audit event `tool.args_rewritten`.
|
||||
- Runbook: `docs/runbooks/VOICE_TRANSCRIPTION_DEBUG.md`.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user