🔧 Processing Diagnostics completed

📊 Core Incident Data

call_id 2026031707268
incident_type Fallback
headline Carthage Ambulance Requested to Contact Dispatch
description A member was requested to contact dispatch. No incident type or location was provided in the audio.
location Unknown
agencies Carthage Ambulance
datetime 2026-03-17 07:26:08
category other
severity minor
update_type new_incident

🎯 Processing & Status

processing_status completed
ai_completed_at 2026-03-17 07:26:41
confidence_score not set
should_post_publicly NO
pre_alert_sent NO
summary_alert_sent YES
audio_hash not set
file_name JE_63_Carthage_Ambulance_2026_03_17_07_26_08.mp3
source_file JE_63_Carthage_Ambulance_2026_03_17_07_26_08.mp3

🔊 Audio Playback

File: /audio/JE_63_Carthage_Ambulance_2026_03_17_07_26_08.mp3

📝 Primary Transcription (OpenAI)

Member requested to contact dispatch. Repeating. Member requested to contact dispatch.

📝 Secondary Transcription (Whisper)

Member requested to contact dispatch, repeating, member requested to contact dispatch.

🤖 AI Context & Reasoning

Model Feedback:

Both transcripts match and contain no actionable incident details beyond a request for a member to contact dispatch. Missing at least two of the required elements (incident nature and location), so incident_type set to null per fallback rules. Agency derived from filename: Carthage Ambulance. Not posted publicly because this appears to be administrative/non-incident traffic and lacks public-safety information.

Memory/Context:

Audio contains only: 'Member requested to contact dispatch' repeated. No address, call type, patient info, or unit identifiers provided. File: JE_63_Carthage_Ambulance_2026_03_17_07_26_08.mp3 (Dept 63).

🔗 Related Calls Timeline

07:26:08 - Carthage Ambulance Requested to Contact Dispatch
Call ID: 2026031707268 | Type: new_incident

🔍 Database Info

Test Queries:

Get this incident:

SELECT * FROM incidents WHERE call_id = '2026031707268';

Get alert queue:

SELECT * FROM u390051648_alerting.alert_queue WHERE call_id = '2026031707268';

Get related incidents:

SELECT * FROM incidents WHERE JSON_CONTAINS(related_calls, '"2026031707268"');

Get latest incidents:

SELECT * FROM incidents ORDER BY ai_completed_at DESC LIMIT 10;

Raw Database Record:

{
    "call_id": "2026031707268",
    "headline": "Carthage Ambulance Requested to Contact Dispatch",
    "description": "A member was requested to contact dispatch. No incident type or location was provided in the audio.",
    "location": null,
    "agencies": "Carthage Ambulance",
    "incident_type": "Fallback",
    "file_name": "JE_63_Carthage_Ambulance_2026_03_17_07_26_08.mp3",
    "source_file": "JE_63_Carthage_Ambulance_2026_03_17_07_26_08.mp3",
    "date": "0000-00-00 00:00:00",
    "category": "other",
    "model_feedback": "Both transcripts match and contain no actionable incident details beyond a request for a member to contact dispatch. Missing at least two of the required elements (incident nature and location), so incident_type set to null per fallback rules. Agency derived from filename: Carthage Ambulance. Not posted publicly because this appears to be administrative/non-incident traffic and lacks public-safety information.",
    "memory": "Audio contains only: 'Member requested to contact dispatch' repeated. No address, call type, patient info, or unit identifiers provided. File: JE_63_Carthage_Ambulance_2026_03_17_07_26_08.mp3 (Dept 63).",
    "related_calls": "[]",
    "update_type": "new_incident",
    "severity": "minor",
    "should_post_publicly": 0,
    "transcription": "Member requested to contact dispatch. Repeating. Member requested to contact dispatch.",
    "transcription2": "Member requested to contact dispatch, repeating, member requested to contact dispatch.",
    "datetime": "2026-03-17 07:26:08",
    "confidence_score": null,
    "audio_hash": null,
    "processing_status": "completed",
    "ai_completed_at": "2026-03-17 07:26:41",
    "pre_alert_sent": 0,
    "summary_alert_sent": 1,
    "latitude": null,
    "longitude": null,
    "follow_up_alerts_sent": null,
    "detected_tones": "[\"63\"]",
    "location_validation_log": null,
    "low_confidence_reason": null,
    "transcription_agreement": "0.98",
    "cad_code": "Fallback",
    "incident_type_friendly": "Fallback",
    "type_icon": "sensitive"
}