correct, we wrap the stuff you put in an AI task i...
# 💻developers
a
correct, we wrap the stuff you put in an AI task in our own prompt template. We already tell chatGPT to output JSON and then parse that JSON to get the reply, etc in our backend. The best way for you to get JSON would actually be to have an output variable like
data
and describe the exact schema you want for that variable in the prompt.