Hi everyone, i am new on AI workflows. During practicing on n8n workflow i stuck on a usecase. Below is my nodes connection overview. Chat Node -> AI Agent -> OpenAI Chat Model -> DOCKER TOOL (Custom one) -> HTTP Request. I have a website deployed on docker at my local machine, also n8n is setup on docker as well. Everything working fine just the HTTP Request. If i make request to HTTP tool for my website it returns back with success, but if my site is down it just throws error. Even in my Agent's message i have mentioned to tailor this behavior like "If the website is not up via the HTTP tool, use the Docker tool to check if the "website" container is running." But instead of handling it, it's just showing back the error thrown by HTTP tool.