Chat panel is not coming up on the live interactionDescriptionWhen Agent Chat is activated in a workspace, the Agent ChatShell does not render on the UI, even though it is present in the DOM. Root Cause:Previously, hoistedContentConfiguration exposed by UXF was undefined or null for workspaces without a Utility Panel. In the HR workspace, this object now sends a value but with isHidden = true, causing the shell to remain hidden.Steps to Reproduce Pre-requisites:Install the following plugins: Agent Chatsn_hr_awasn_hr_va Steps: Add test.agent user to the Agent Chat group.Log in as test.agent and make the user available in HR Agent Workspace > Inbox.As an employee, start a chat from the ESC portal and select a live agent.Accept the interaction as test.agent. Result:The chat window is not displayed, even though the Agent ChatShell exists in the DOM.(Screenshot attached in the original report.)WorkaroundApply the provided Update Set to fix the issue. Details of the Update Set: Resolves the condition where hoistedContentConfiguration has a value but isHidden = true.Ensures Agent ChatShell visibility when Agent Chat is active. Steps to Apply Update Set: Download this update set from the internal repositoryNavigate to System Update Sets > Retrieved Update Sets.Import the update set into your instance.Preview and commit the update set. • 5. Validate by activating Agent Chat and confirming that the ChatShell renders correctly.Related Problem: PRB1948495