vocametrix_generate_therapy_plan
Generate a personalized therapy plan from session audio embeddings and metadata. Returns a therapy session ID for asynchronous retrieval of the completed plan.
Instructions
Launch an asynchronous LangGraph-powered therapy plan generation from session audio embeddings. Returns a therapy_session_id. Use vocametrix_get_therapy_status to poll progress, then vocametrix_get_therapy_result to retrieve the plan once complete (~30–120 seconds). Requires wav2vec embeddings — run eGeMAPS or embedding extraction first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionMetadata | Yes | Session metadata object (must include patient_id) | |
| wav2vecOutput | Yes | wav2vec embeddings output (must include summary_statistics) | |
| patientAnamnesis | No | Demographics, clinical history, and therapy background |