Assign Ids to Options

Assigning ids to ChatGPT answers makes it easier to communicate with ChatGPT by being able to state specific identifier to reference to specific thought.

An example of prompt in regards to Google Guide

I have a problem. I need to setup a Dependency Injection framework for my app and I want to use Google Guice. Could you brainstorm and present multiple distinct options as a Markdown table of options. Please explain your reasoning for including each option and also give each option an random id. Here's example of formatting of a line that I'd like you to generate:

Header line

| RandomId |  Option | Reasoning |

An example of {RandomId} is as3133bn.

(Render markdown instead of putting into the code block)

Templated Example with Markdown table

I have a problem. <INSERT_YOUR_PROBLEM_HERE>. Could you brainstorm and present multiple distinct options as a Markdown table of options. Please explain your reasoning for including each option and also give each option an random id. Here's example of formatting of a line that I'd like you to generate:

Header line

| RandomId |  Option | Reasoning |

An example of {RandomId} is as3133bn.

(Render markdown instead of putting into the code block)

Templated Example without Markdown

I have a problem. <INSERT_YOUR_PROBLEM_HERE>. Could you brainstorm and present multiple distinct options. Please explain your reasoning for including each option and also give each option an random id. Here's example of formatting of a line that I'd like you to generate:

Header line

| RandomId |  Option | Reasoning |

An example of {RandomId} is as3133bn.

(Render markdown instead of putting into the code block)

Be Careful

be-careful-with-using-markdown-table-formatting try with and without. The id concept is quite interesting to explore thus far.

Notes

The above examples fit under the first step of ToTs Step1: Brain Storming Phase

The next step would be ToTs Step2: Evaluation Phase