feat: protocol and template API endpoints, auto-pipeline on upload
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -61,6 +61,9 @@ def transcribe_recording(self, recording_id: str):
|
||||
db.commit()
|
||||
db.refresh(transcription)
|
||||
|
||||
from app.tasks.protocol import generate_protocol
|
||||
generate_protocol.delay(str(transcription.id))
|
||||
|
||||
return {"transcription_id": str(transcription.id), "status": "done"}
|
||||
|
||||
except Exception as e:
|
||||
|
||||
Reference in New Issue
Block a user