If we are not getting the response from Cloud to virtual agent (chat bot) within 60 seconds then bot is giving error and ending the conversation right away. Issue ProblemUsing a custom topic in the virtual agent where user needs input to cloud and then cloud is sending back the response to ServiceNow, if not getting the response from Cloud to virtual agent (chat bot) within 60 seconds then bot is giving error and ending the conversation right away.Steps to reproduce:1. User connects to portal2. Open virtual agent and click on custom topic3. When user needs to input to the bot, the users does not do it in 60 seconds4. User received 'Thank you for contacting HR Central!' and conversation is closed ReleaseGenericCauseRoot CauseThe external LLM response timing for the specific use case was taking more than 60 seconds to return information to the virtual agent, causing the bot to end the conversation with an error. In this case, updating timeout properties solved the issueResolutionSteps to Resolve1. Set these properties to 180 secs:glide.http.outbound.max_timeoutglide.http.timeoutglide.http.connection_timeout2. Do cache.do3. Logout / login and reload the portal4. Try again with the user