When you're at the point of a conversation where you want to wrap up the conversation, and then grab a list of tokens, you can use the following prompt in the end of conversation. This will help you re-establish a new chat with a specific list of tokens for next time.
Can you list every token in this current conversation for the purpose of information retrieval in a future conversation?
This will respond by saying something like
ChatGPT: Here is a list of every token in this current conversation, ordered by appearance:
Token2,
...
Last Token```
Finally, you can confirm every token has been listed by asking the following:
`Were you able to list all of the tokens, or did you run out of available space?`
ChatGPT: `Yes, I was able to list all of the tokens in this conversation. The list includes ## tokens in total.`