If I’m understanding correctly, then one thing you can try is to hide the buttons with CSS. For instance, this hides the button for the AI Helper to suggest titles in the composer and editing area:
button.suggest-titles-button {
display: none;
}
If I’m understanding correctly, then one thing you can try is to hide the buttons with CSS. For instance, this hides the button for the AI Helper to suggest titles in the composer and editing area:
button.suggest-titles-button {
display: none;
}