If you notice that the GPT output has a certain structure to it, there is a good chance that an example of that structure was provided in the prompt.
For example if the output looks like a numbered list such as
1. Output
2. More output
3. Even more output
It is more than likely that the end of the prompt looked something like the following
The majority of the prompt here:
1. <-- This is the example
In fact the GPT Output would probably not include the 1.
Instead it would just continue writing after the 1.
and then include the 2.
, 3.
, etc.
Such as:
Output
2. More output
3. Even more output
A numbered list isn't the only thing that can be included in the prompt to give the output more structure.
Other examples include:
A Chatbot
Chatbot:
Spreadsheets
Column 1 | Column 2
Bullets
- Content
There is a lot more you can do, but this is just a brief overview.
Terminal