stt updates and intelligence updates

This commit is contained in:
Logan
2026-04-13 00:01:19 -04:00
parent 7b6fd640d9
commit 616c06f09c
6 changed files with 76 additions and 24 deletions
+1
View File
@@ -31,6 +31,7 @@ export interface CallRecord {
ended_at: string | null;
audio_url: string | null;
transcript: string | null;
transcript_corrected: string | null;
incident_id: string | null;
location: { lat: number; lng: number } | null;
tags: string[];