Now Assist panel times out after inactivity and locks, blocking interaction until manually reset or refreshed.Issue ProblemNow Assist panel is timing out after a few minutes of inactivity. When it times out, the ability to enter inputs or start a new conversation gets locked (grayed out). The only way to reset the Now Assist panel is to refresh the entire instance/browser.Steps to reproduce:1. Open up Now Assist panel.2. Leave it inactive for a few minutes.3. Observe that it locks the user out.ReleaseAny releaseCauseThe timeout issue occurs due to the system property com.glide.cs.conversation_idle_timeout being set to 120, which closes the conversation after 2 minutes of inactivity.Resolution1. Increase the system property com.glide.cs.conversation_idle_timeout from 120 to prevent conversations closing after 2 minutes.2. The OOB value is 86,400.