Lorenzo
04/14/2025, 6:13 AMVapi Support Bot
04/14/2025, 6:15 AMmodel
property. According to [Discord conversations](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1333975440003563604), omitting existing properties can cause them to revert to default values or be removed entirely.
2. Use the correct structure in your request body - Make sure your API request includes the toolIds
array within the model
section. Here's an example of a properly structured PATCH request:
json
{
"model": {
"provider": "openai",
"model": "gpt-4o",
"toolIds": [
"your-tool-id-here"
]
}
}
3. Use tool IDs instead of tool names - According to [user reports](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1338953413886480425), ensure you're using the correct tool ID to enable tools, as using the tool name might result in a new, transient tool being created instead of correctly referencing your existing tool.
4. Check your Make.com scenario configuration - Double-check the configuration of your Make.com module to ensure you've entered the correct information without typos or extra spaces, as mentioned in [troubleshooting discussions](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1334889631333875793).Vapi Support Bot
04/14/2025, 6:15 AMKings_big💫
04/14/2025, 6:25 AMKings_big💫
04/14/2025, 6:26 AMLorenzo
04/14/2025, 11:41 AM