Now Assist Chat Summarization not working on CSM Workspace<!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: var(--now-color--text-primary, #000000); } span { font-size: 12pt; font-family: Lato; color: var(--now-color--text-primary, #000000); } h2 { font-size: 24pt; font-family: Lato; color: var(--now-color--text-primary, black); } h3 { font-size: 18pt; font-family: Lato; color: var(--now-color--text-primary, black); } h4 { font-size: 14pt; font-family: Lato; color: var(--now-color--text-primary, black); } a { font-size: 12pt; font-family: Lato; color: var(--now-color--link-primary, #00718F); } a:hover { font-size: 12pt; color: var(--now-color--link-primary, #024F69); } a:target { font-size: 12pt; color: var(--now-color--link-primary, #032D42); } a:visited { font-size: 12pt; color: var(--now-color--link-primary, #00718f); } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } IssueWhen a user initiates a chat on the CSM Workspace, they receive an error message stating "Unable to summarize chat. Now Assist isn't set up to process this request." Steps to reproduce:1. Login on the instance.2. Navigate to the custom Portal.3. Initiate a live agent chat from the custom Portal and accept the chat from the workspace.4. Describe any issue.5. Use the summarize keyword to generate a chat summary. 6. An error message appears on the agent chat (workspace). CauseVariable portal is not stored on the interaction context Resolution1. Update the entry on sp_agent_chat_config for the custom portal to an out-of-the-box value: (function($sp) { return { live_agent_queue: $sp.getDisplayValue('sp_chat_queue') }; })($sp); 2. Create a new conversation and the summarization works fine.