VapiAI/server-sdk-typescript

`CreateTrieveKnowledgeBaseDto` is not updated to new HTTP request.

Closed this issue · 1 comments

CreateTrieveKnowledgeBaseDto in SDK version 0.3.0 does not have the updated changes as per update.

The following are deprecated now:

    /** This is the plan on how to search the vector store while a call is going on. */
    vectorStoreSearchPlan: Vapi.TrieveKnowledgeBaseVectorStoreSearchPlan;
    /** This is the plan if you want us to create a new vector store on your behalf. To use an existing vector store from your account, use `vectoreStoreProviderId` */
    vectorStoreCreatePlan?: Vapi.TrieveKnowledgeBaseVectorStoreCreatePlan;

These are now updated.