If get_assessment or audio_transcript fails or throws an unhandled error, the WebSocket connection might crash without informing the client.
Task
Add a global exception handler to catch unexpected errors and return a structured JSON error response to the client.
If
get_assessmentoraudio_transcriptfails or throws an unhandled error, the WebSocket connection might crash without informing the client.Task
Add a global exception handler to catch unexpected errors and return a structured JSON error response to the client.