|
1 |
| - |
2 | 1 | 1. **Integration of Smallest AI Voices**: Assistants can now utilize voices from Smallest AI by setting the voice provider to `Assistant.voice[provider="smallest-ai"]`, allowing selection from a variety of 25 preset voices and customization of voice attributes.
|
3 | 2 |
|
4 | 3 | 2. **Support for DeepSeek Language Models**: Developers can now configure assistants to use DeepSeek LLMs by setting the `Assistant.model[provider="deep-seek"]` and `Assistant.model[model="deepseek-chat"]`. You can also specify custom credentials by passing the following payload:
|
|
19 | 18 | }
|
20 | 19 | ```
|
21 | 20 |
|
22 |
| -3. **Additional Call Ended Reasons for DeepSeek and Cerebras**: New `endedReason` enums have been added to handle specific DeepSeek and Cerebras call termination scenarios, allowing developers to better manage error handling. |
| 21 | +3. **Additional Call Ended Reasons for DeepSeek and Cerebras**: New `Call.endedReason` have been added to handle specific DeepSeek and Cerebras call termination scenarios, allowing developers to better manage error handling. |
23 | 22 |
|
24 | 23 | 4. **New API Endpoint to Delete Logs**: A new `DELETE /logs` endpoint has been added, enabling developers to programmatically delete logs and manage log data.
|
25 | 24 |
|
|
72 | 71 | - InflectionAICredential
|
73 | 72 | - PerplexityAICredential
|
74 | 73 |
|
75 |
| -10. **Specify Type When Updating Tools**: You should now [update tools](https://api.vapi.ai/api#/Tools/ToolController_update) by specifying the tool type in the request body using the appropriate payload for the tool type. Specifying the type now provides type safety and autocompletion in the SDKs. Refer to [schemas for the following tools](https://api.vapi.ai/api) to see the expected payload: |
| 74 | +10. **Specify Type When Updating Tools, Blocks, Phone Numbers, and Knowledge Bases**: You should now specify the type in the request body when [updating tools](https://api.vapi.ai/api#/Tools/ToolController_update), [blocks](https://api.vapi.ai/api#/Blocks/BlockController_update), [phone numbers](https://api.vapi.ai/api#/Phone%20Numbers/PhoneNumberController_update), or [knowledge bases](https://api.vapi.ai/api#/Knowledge%20Base/KnowledgeBaseController_update) using the appropriate payload for each type. Specifying the type now provides type safety and autocompletion in the SDKs. Refer to [the schemas](https://api.vapi.ai/api) to see the expected payload for the following types: |
76 | 75 |
|
77 | 76 | - UpdateBashToolDTO
|
78 |
| -- UpdateComputerToolDTO |
| 77 | +- UpdateComputerToolDTO |
79 | 78 | - UpdateDtmfToolDTO
|
80 | 79 | - UpdateEndCallToolDTO
|
81 | 80 | - UpdateFunctionToolDTO
|
|
87 | 86 | - BashToolWithToolCall
|
88 | 87 | - ComputerToolWithToolCall
|
89 | 88 | - TextEditorToolWithToolCall
|
90 |
| - |
91 |
| -11. **Specify Type When Updating Blocks**: You should now [update blocks](https://api.vapi.ai/api#/Blocks/BlockController_update) by specifying the block type in the request body using the appropriate payload for the block type. Specifying the type now provides type safety and autocompletion in the SDKs. Refer to [the following schemas](https://api.vapi.ai/api) to see the expected payload: |
92 |
| - |
93 | 89 | - UpdateToolCallBlockDTO
|
94 | 90 | - UpdateWorkflowBlockDTO
|
95 | 91 | - UpdateConversationBlockDTO
|
96 |
| - |
97 |
| -12. **Specify Type When Updating Phone Numbers**: You should now [update phone numbers](https://api.vapi.ai/api#/Phone%20Numbers/PhoneNumberController_update) by specifying the phone number type in the request body using the appropriate payload for the phone number type. Specifying the type now provides type safety and autocompletion in the SDKs. Refer to [the following schemas](https://api.vapi.ai/api) to see the expected payload: |
98 |
| - |
99 | 92 | - UpdateByoPhoneNumberDTO
|
100 | 93 | - UpdateTwilioPhoneNumberDTO
|
101 | 94 | - UpdateVonagePhoneNumberDTO
|
102 | 95 | - UpdateVapiPhoneNumberDTO
|
103 |
| - |
104 |
| -When updating phone numbers, developers should now use specific DTOs such as `UpdateTwilioPhoneNumberDTO` instead of the generic `UpdatePhoneNumberDTO`. |
105 |
| - |
106 |
| -13. **Specify Type When Updating Knowledge Bases**: You should now [update knowledge bases](https://api.vapi.ai/api#/Knowledge%20Base/KnowledgeBaseController_update) by specifying the knowledge base type in the request body using the appropriate payload for the knowledge base type. Specifying the type now provides type safety and autocompletion in the SDKs. Refer to [the following schemas](https://api.vapi.ai/api) to see the expected payload: |
107 |
| - |
108 | 96 | - UpdateCustomKnowledgeBaseDTO
|
109 |
| -- UpdateTrieveKnowledgeBaseDTO |
| 97 | +- UpdateTrieveKnowledgeBaseDTO |
| 98 | + |
0 commit comments