Feature request for ai title generator: toggle title/tag/category

Greetings team

Loving the new AI plugin. We are trying to keep the AI features minimized so there is very little generative content. We do want the AI to help categorize and tag topics, but we want people to put in a modicum of effort to title their topics.

Currently they all come as a set, helper for all 3, or none. A workaround we have found is to make the agent for titling topics ‘None’ but that triggers a 500 server error (while leaving tags and category intact).

Would it be unreasonable to have a toggle for each of the three buttons?

1 Like

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;
}
4 Likes

That would be an acceptable workaround!

2 Likes