Hello community,
I have the basic knowledge of how to use the "Create text with GPT using a prompt" although there are some parts that are hard to understand due to lack of documentation.
I recently figured out that each of my GPT prompt models have this "AdditionalContext" parameter. I'm not able to find any documentation regarding it.
Is there anyone who knows more about this?
Let’s say you have a prompt or model that predicts whether an email is spam or not. If this spam prediction model has been trained to consider the sender’s reputation as a factor in determining whether an email is spam, then it would know how to interpret the ‘senderReputation’ field in the ‘AdditionalContext’.
{
"senderReputation": "high"
}
Please note that the exact structure and content of the ‘AdditionalContext’ JSON object will depend on the specific AI Builder model you’re using.