Feature Request: Conversation-Level Quote / Reply Pointer for ChatGPT
Problem:
In long, high-context conversations, users often need to refer back to a specific previous message. Currently, we have to copy and paste the text manually. When doing so, ChatGPT may misattribute the copied text as the user’s own statement, even if it was originally written by the assistant.
Request:
Please add a native “quote / reply to this message” function in ChatGPT conversations.
The quoted block should preserve:
- message_id
- speaker role: user / assistant
- timestamp
- selected text range
- conversation position
Why this matters:
This is not only a UI convenience. It acts as a manual context pointer for the model. It helps the model identify exactly which prior message the user is referring to, reduces unnecessary context search, and prevents attribution drift in long conversations.
Use case:
A user wants to continue reasoning from a specific assistant response written earlier. Instead of copying the text and risking misattribution, the user can quote that exact message. The model then understands: “This is an assistant message being referenced, not a new user claim.”
Expected benefit:
- Better long-context reasoning
- Fewer attribution errors
- More accurate follow-up discussions
- Lower context ambiguity
- Better support for research, writing, coding, and long-term workflows