VA is frozen or not responding after upgrading to March 2025 release of Now AssistDescriptionAfter upgrading to March 2025 release of Now Assist, some queries within Virtual Agent can hang due to truncation of the response. This can happen if the instance in on a patch lower than XP7 and YP1 or if the `glide.search.evam.use_legacy_template_generation` system property to true, which will cause the previously existing EVAM APIs to be used.Steps to Reproduce 1. Execute a query in VA with Now Assist Q&A enabled (March 2025 release)2. Certain searches hang and never completeWorkaroundUpdate the max length of raw citations in sys_search_genius_result_field to 50000. /nav_to.do?uri=sys_search_genius_result_field.do?sys_id=f7ce6d45439c5210bdeff03a5ab8f238%26sysparm_view=advanced This will provide ample room for any longer responses from the LLM.Related Problem: PRB1876379