[Gen AI] Execute capability fails on glide instances upgraded to Vancouver RTP releaseDescription On glide instances that are upgraded from Utah to Vancouver RTP release, executing a capability (like Record Summarization) fails with an error like below. Capabilities become available when Gen AI Controller store app is installed. "Mandatory attributes missing in the input: other_fields,description" Cause All the attributes of a capability (like Record Summarization) are marked as mandatory even though they are not. This was due to a defect PRB1682612.When an upgrade happens, a fix script runs. Above defect caused the fix script to mark all the attributes to mandatory true. Defect was fixed earlier, but the fix was not part of the Vancouver RTP release. It is part of Vancouver EA release. If the customer has already upgraded to a Vancouver, getting the latest Vancouver build also will not solve the issue (as the fix script runs only during upgrade). This issue is not applicable to Utah or earlier. Resolution Workaround would be to go to the sys_one_extend_definition_attribute table and mark the Mandatory flag to false for all the attributes.