Question about the server-sdk-typescript: the docu...
# office-hours
n
Question about the server-sdk-typescript: the documentation for assistant hook options state that
triggerResetMode
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?