How to write good prompts for your AI Dialog?
Last updated
{
customFields:{
"wine type":"",
"price range":"",
"taste":"",
"other requirements":""
}
}
// In your system prompt, if you have instructed chatGPT to use this kind of json
// with the keyword 'customFields', and json format, then our backend will save these
// info as custom fields. e.g. wine type : red; price range: less than 1000hkd...etc