Agent Creation SDK BUG
# support
i
There seems to be quite a cumbersome issue related to the agent creation SDK. We are trying to set up all our agent creation requests with the 'Background Denoising' and 'Use End Call Function' toggles enabled. However, it seems to be a hit or miss and this is causing some of our users to question the performance of our app since we now have to manually ensure these are activated whenever they create agents. PLEASE HELP!
v
Thank you for sharing the details. To help diagnose why 'Background Denoising' and 'Use End Call Function' are not consistently enabled, could you please provide a sample of the API request payload (or code snippet) you are using to create agents, specifically showing how you set these toggles? Sources: - [Changelog March 28, 2025](https://docs.vapi.ai/changelog/2025/3/28) - [Squads API Reference](https://docs.vapi.ai/api-reference/squads/create)
i
const dto: Vapi.CreateAssistantDto = { ... model: { ... tools: [{ type: "endCall" }], ... }, backgroundSpeechDenoisingPlan: { smartDenoisingPlan: { enabled: true, }, }, ... } return vapi.assistants.create(dto)
c
Hey, can you send me a screen recording video that walks through the issue you are facing? It would be easier for me to understand your issue and help you out with it.
3 Views