Create New Knowledge Article Using Now Assist Is Not Working in Core UIIssue Using Now assist - Generate an article by using the UI actions"Create Knowledge" that appear in the incident record is not displaying the "Use Al to draft this article? modal".In SOW the same behavior is working as expected.1.Open any resolved/closed incident in the Core UI.2.Click the "Create Knowledge" UI Action.Expected Behavior : New knowledge article window should open with "Use Al to draft this article?" modal window to be populated to generate the article creation.Current Behavior: New knowledge article window is opening without "Use Al to draft this article?" modal . ReleaseAllCauseTo ensure the Gen AI prompts appear within the instance, the following formatters would need to be added to the "kb_knowledge" table. UI Formatter - Knowledge Gen AI Messagehttps://<instancee>.service-now.com/nav_to.do?uri=sys_ui_formatter.do?sys_id=43fdbfbbc3b9b110d3ff8cab3c40dd97UI Formatter - Knowledge Now Assist Modalhttps://<instance>.service-now.com/nav_to.do?uri=sys_ui_formatter.do?sys_id=435fbe6283ec0e5039fd5defeeaad3feResolution1. Navigate to the knowledge article list view (kb_knowledge.list).2. Select an existing knowledge article and click on the 'Additional Actions' dropdown menu.3. Choose 'Configure' > 'Form layout'.4. In the Form layout configuration, select both 'Knowledge Gen AI Message' and 'Knowledge Now Assist Modal'.5. After making these changes, clear the cache by running 'cache.do' and clicking 'Clear cache'.6. Test the 'Create Knowledge' functionality from an incident form to ensure that the Now Assist suggested knowledge article appears as expected.