Pre-prompt
It's a prompt given to the model to indicate how to behave with the user.
In openAI, with the ChatCompletion api, there is 3 role in the conversation: the
assistant which is the model, the userwhich is our user who will prompt the
model and the systemwhich gives the model some general rules to follow by
giving some pre-prompt to the assistant.