-
Notifications
You must be signed in to change notification settings - Fork 60
Open
Description
What problem does this address?
AI experiments and features (e.g., title/summary generation, image generation, Review Notes, and Refine from Notes) currently lack awareness of site-specific editorial rules. This can lead to outputs that are inconsistent with a site’s tone, policies, or standards. So let's ensure content generation and refinement features respect site-specific Content Guidelines by passing them as context to the AI Client.
What is your proposed solution?
Requirements / Dependencies
Requires Gutenberg v22.7+ (or future WordPress core support, e.g. 7.1+).
Depends on:
- Content Guidelines REST API
- Content Guidelines custom post type
Proposed solution
- Detect and retrieve Content Guidelines via the Gutenberg experimental REST API and custom post type.
- Pass relevant guidelines as context to the AI Client for:
- Title, summary, and excerpt generation
- Image generation prompts
- Suggest Refinements / Generate Review Notes
- Refine from Notes (content updates)
- Whatever additional, future Features or Experiments would be best informed by Content Guidelines details
- Scope guidelines appropriately (site-wide vs contextual relevance if available).
- Ensure prompts instruct the model to follow guidelines without hallucinating or overfitting.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
[Type] EnhancementNew feature or requestNew feature or request
Type
Fields
Give feedbackNo fields configured for Enhancement.
Projects
Status
To do