-
Notifications
You must be signed in to change notification settings - Fork 37
Closed
Labels
amber:auto-fixAmber agent: automated low-risk fixes (formatting, linting)Amber agent: automated low-risk fixes (formatting, linting)enhancementNew feature or requestNew feature or request
Description
🚀 Feature Description
Describe the solution you'd like
Google suite has a feature where they have a little pencil button next to things like the system prompt input field in Gems or Gmail. You can click it to refine your prompt or email respectively.
💡 Proposed Solution
Detailed Description: How should this feature work?
I want that little button in the web UI to the left of the Send button.
It will
- re-write the prompt by sending it to the current model for revision
- Allow the user to review the refined prompt
- Show hints to the user as to how the model improved this prompt.
User Experience: How will users interact with this feature?
- They click it, and it throws a 1-time confirmation modal with a checkbox to not show this in the future. This preference is stored with the user profile.
- Once past the confirmation modal, it will send the prompt to the AI service endpoint.
- The service will return an optimized prompt. Show colored hints to the user as to how the model improved this prompt.
- The user reviews and edits (the popup is a text editing area) the refined prompt.
- Once ready, the user clicks submit and it sends the refined prompt to the model.
This refinement loop is completely optional.
Metadata
Metadata
Assignees
Labels
amber:auto-fixAmber agent: automated low-risk fixes (formatting, linting)Amber agent: automated low-risk fixes (formatting, linting)enhancementNew feature or requestNew feature or request