I've started using the low confidence hook (
https://docs.vapi.ai/assistants/assistant-hooks#example-handle-low-confidence-transcripts) through the vapi node sdk.
I'm using the exact code from the docs but when I build my agent, I get the following error:
> error: "Status code: 400\nBody: {\n \"message\": [\n \"assistant.each value in hooks.property do should not exist\"\n ],\n \"error\": \"Bad Request\",\n \"statusCode\": 400\n}"
> failed to wait for command termination: exit status 1
Has the vapi node sdk not been updated to support this new hook, or is this some other underlying bug? Has anyone managed to get this hook to work through the node sdk?