noah
11/25/2025, 7:10 PMtriggerResetMode takes a string (see https://docs.vapi.ai/assistants/assistant-hooks). However, the typescript type is defined as Record<string, unknown> (https://github.com/VapiAI/server-sdk-typescript/blob/b318be4a8d5ae7fc5f0a40797c11f35bd45164b1/src/api/types/CustomerSpeechTimeoutOptions.ts#L22). How am I supposed to pass the triggerResetMode when using the SDK?