-
Notifications
You must be signed in to change notification settings - Fork 31
Milestone
Description
Description
Introduce an optional “AI Playground” section that lets advanced users test prompts, inspect responses, and experiment with model settings such as temperature and max tokens. This feature should be disabled by default and enabled via the plugin’s settings screen (or perhaps only via a filter so as not to distract or confuse less technical users).
Goals
- Create a new “AI Playground” admin screen under “AI Experiments.”
- Include: Text prompt input and response output interface.
- Include: Model configuration controls (temperature, max tokens, etc.).
- Include: Response inspection and debug info (raw response, token count, latency).
- Respect feature encapsulation, implemented as a self-contained module under
/features/ai-playground/. - Ensure the UI matches the block editor aesthetic and works responsively.
- Provide developer hooks for adding custom test tools or extending configuration options.
Acceptance Criteria
- Playground can be enabled/disabled via settings (or, again, potentially via a filter).
- Users can submit prompts and view AI responses within WordPress admin.
- Advanced configuration controls function correctly and persist across sessions.
- Debug info displays only when explicitly enabled.
- All code meets WordPress coding standards and feature encapsulation guidelines.
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
In progress