Open
Bug 1911687
Opened 2 years ago
Updated 8 months ago
ChatGPT sidebar query includes unnecessary `with "" selected` when no text is selected.
Categories
(Core :: Machine Learning: Frontend, enhancement)
Core
Machine Learning: Frontend
Tracking
()
NEW
People
(Reporter: cpeterson, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [genai])
When I:
- right click on a page without selecting any text on the page,
- select "Ask ChatGPT", and
- select one of the ChatGPT actions ("Summarize", "Simplify language", "Quiz me", or "Explain this"),
the sidebar submits a ChatGPT query like:
I’m on page "Example Domain" with "" selected. Please summarize the selection using precise and concise language. Use headers and bulleted lists in the summary, to make it scannable. Maintain the meaning and factual accuracy.
There is no need for the query to include with "" selected when no text is selected.
Updated•1 year ago
|
Whiteboard: [genai]
Updated•1 year ago
|
Comment 1•1 year ago
|
||
would need a different localized prompt string without the selection part or potentially it defaults to page text for this no-selection context menu flow
Updated•8 months ago
|
Component: Machine Learning: General → Machine Learning: Frontend
You need to log in
before you can comment on or make changes to this bug.
Description
•