vocametrix_full_therapy_workflow
Automatically generate therapy plans from session data using automatic polling and human approval. Provide session metadata and wav2vec output to get a plan to approve, modify, or reject.
Instructions
End-to-end therapy plan generation with automatic polling and human-in-the-loop approval. Generates a therapy plan from session data, polls until complete, and presents it for approval. Returns the approved plan or the pending plan awaiting your approval action. After reviewing, call vocametrix_approve_therapy_plan with 'approve', 'modify', or 'reject'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionMetadata | Yes | Session metadata (must include patient_id) | |
| wav2vecOutput | Yes | wav2vec embeddings (must include summary_statistics) | |
| patientAnamnesis | No | Patient demographics and clinical history | |
| pollIntervalMs | No | Polling interval in ms | |
| timeoutMs | No | Max wait time in ms |