"Make Changes" option on NOW Assist Virtual Agent is not workingIssue In Now Assist Virtual Agent, after collecting all inputs for Conversational Catalog during submission "Make Changes" option is not able to ask to modify selection.The Model is not being called via LLM endpoints.ReleaseNAResolutionThe flag `sn_vad_genai.com.glide.cs.one_extend.auto_proxy_enabled` should only be turned to true if1> Instance has more recent version of Generative AI Controller AND2> if there is a record for the capability in this http://localhost:8080/sys_gen_ai_feature_mapping_listThis will allow auto-routing of the requests from that capability to the correct hosted LLM endpoint.For instances that are using an earlier version of Generative AI Controller, and that don't have entries for capability in the table in #2 above, this flag should be turned to false. The endpoints for that capability will be used as-is (without auto-routing).Setting the property `sn_vad_genai.com.glide.cs.one_extend.auto_proxy_enabled` to false will directly connect to the model.