Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jetpack AI: Add thumbs up/down component to AI Assistant #40574

Open
mwatson opened this issue Dec 11, 2024 · 1 comment
Open

Jetpack AI: Add thumbs up/down component to AI Assistant #40574

mwatson opened this issue Dec 11, 2024 · 1 comment

Comments

@mwatson
Copy link
Contributor

mwatson commented Dec 11, 2024

The thumbs up / thumbs down component needs to be added to AI Assistant. See the current implementation in the image generator carousel for an example of how to implement it.

The feature for tracking can be ai-assistant

AI Assistant can generate multiple items in a row, so we want to reset the component every time a new item is generated. Since (as far as I know) the previously generated items can't be shown again (unlike the image or logo generators) we don't need to worry too much about the ratedItem param. We likely just want to track how often people like or dislike the content they generate with AI Assistant and don't need to worry too much about what has been generated (prompts and generated content can also be considered PID in some cases, so we don't want to track them regardless).

Check the design P2 for more info: p1HpG7-uzm-p2

@github-actions github-actions bot added [Feature Group] User Interaction & Engagement Tools and features for site owners to share, promote, and manage engagement with their audiences. [Feature] Comments [Feature] Likes labels Dec 11, 2024
Copy link
Contributor

OpenAI suggested the following labels for this issue:

  • [Feature Group] User Interaction & Engagement: The issue focuses on adding a thumbs up/down component, which directly relates to how users interact and engage with the AI Assistant.
  • [Feature] Likes: The addition of a thumbs up/down component is essentially about allowing users to like or dislike content generated by the AI Assistant, hence the relevance of the Likes feature.
  • [Feature] Comments: Since the thumbs up/down component relates to user feedback, it is connected to the commenting and feedback functionalities of the platform.

@jeherve jeherve added [Extension] AI Assistant Plugin [Type] Task [Pri] Normal and removed [Feature] Likes [Feature Group] User Interaction & Engagement Tools and features for site owners to share, promote, and manage engagement with their audiences. labels Dec 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants