Add native message quoting in ChatGPT

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

Hey @DiCE, that’s a valid ask.

I believe what you're looking for may already be available. Could you try this and see if it matches your use case?

  • Open a longer conversation
  • Highlight or copy a specific part of ChatGPT’s response
  • Look for the "Ask ChatGPT" option
  • Click it and ask a follow-up question about that specific section

If that's not quite what you're after, sharing a quick example of your workflow would help narrow down the gap.

- Avinash

Thanks for the reply, Avinash.

I think we’re talking about two slightly different use cases.

The “Ask ChatGPT” feature is useful for asking questions about a specific piece of text, but it appears to open a new conversation.

What I’m looking for is more like Discord, Slack, Line, or email-style inline replies:

  • Reply directly to a specific message within the same conversation

  • Keep the original conversation context intact

  • Jump back to the referenced message later

  • Allow both the user and ChatGPT to know exactly which message is being discussed

This becomes especially valuable in long-running conversations where there may be hundreds of messages and multiple topics being discussed simultaneously.

In my case, the goal isn’t just quoting text. It’s being able to reference a specific point in the conversation history without manually copying and pasting large sections of text.

Thanks for taking the time to respond.

Thanks for clarifying.

I’ll make sure the feedback is surfaced to the engineering team so they can evaluate whether this is something that should be implemented.

- Avinash