My tool call is uses a webhook to put an api reque...
# general-english
v
My tool call is uses a webhook to put an api request; however, API request typically takes longer than 1 min due to API server usually busy (it is normal for it to take time). the webhook scenario takes longer than 2min due to API being busy. What happens is that since the tool call timeout is 120 secs (2min) the tool call request abruptly ends before webhook is able to respond back. Is there a way to extend the Tool Call timeout to be 5mins?