HTTP Request Tool for AI Agent - NEEDS TIMEOUT OPTION!

Currently, when using the HTTP Request Tool for an AI Agent there seems to be a hardcoded max timeout of 5 minutes, which sometimes is not enough time for the HTTP request to complete (especially when chaining to other LLM calls).

Similar to the HTTP Request node, it would be wonderful if there were an option that allows you to specify a timeout override on a per tool basis.

Thanks!

It looks like this fix is a matter of exposing the same timeout param as defined in the top-level HTTP Request node that’s mentioned here:

Into the same requestOptions object within the HTTP Request Tool definition, as listed here: