Is there any OOTB option in pega 24.X to disable the “Fill form with AI” from views?

Is there any OOTB option in pega 24.X to disable the “Fill form with AI” from views?

@ReyanD16743067 The feature ‘Fill Form with AI’ optimizes development by populating forms with realistic sample data for quick testing. This significantly reduces the time developers spend on form filling during the validation phase. However, it is important to note that this feature is available solely in non-production environments.
Revolutionizing workflow automation
I checked internally and found the below suggestion:
Fill form with AI is disabled in production. We never want Generative AI making up data to fill in a form in production. It is only designed to help during development and demos to avoid repetitive data entry.
Use the new When Rule - pzEnableFillFormWithAI and make it ‘False’ to hide the ‘Fill Form with AI’ Button, leaving the GPT Summarization Feature / Functionality as is, and keep the EnableGenerativeAI Toggle ‘On’.
cc @sureshg
@MarijeSchillern I have found the rule but how can i make it false?
@sainandhanA I thought you could private edited the When rule pzEnableFillFormWithAI and make it false to hide the button for instances where you do not want change the production level,leaving the Gen AI functionality as is so that you can keep the EnableGenerativeAI toggle on and just hide the button.
But it seems Pega Platform ships the When rule true OOTB and this is a final rule so consuming apps cant extend it to make it false.
You have to do it from toggles
Configure > System > Release > Toggles and click EnableGenerativeAI → OFF
@S_KODATI - if you do it from here then all GenAI features will stop working. For example, I made EnableGenerativeAI → OFF, the ‘Fill form with AI button’ disappeared, but I have Knowledge Buddy in my application, that stopped working.