harsh-harlequin
harsh-harlequin4mo ago

what is the maximum value of timeout seconds i can add for server url for tools

Hi @Duckie @Vapi currently i have put the server url timeput to be 120 sec as shown below { url: <my server url>, timeoutSeconds: 120 } but the issue is somtimes it may take more than 120 secs in that case its failing can i increase its value if yes what's the max value i can put for this ?
2 Replies
harsh-harlequin
harsh-harlequinOP4mo ago
hi @Duckie can you please answer this ?
Sahil
Sahil4mo ago
The maximum time allowed is 120 seconds, and it cannot be increased beyond that. You can find more details here: https://docs.vapi.ai/api-reference/assistants/create#request.body.server.timeoutSeconds.

Did you find this page helpful?