Something like.
Some of you may use ChatGPT/Copilot to help with your coding. Please understand this service is designed for professional programmers and we cannot provide extensive support for basic coding issues, or code your app for you.
However if you do want to use ChatGPT here is a useful starting prompt to help prevent hallucinations - though they still could happen.
Prompt:
I need you to generate code in ____ language using only the endpoints described below
[describe the endpoints and include all your docs]
Do not use any additional variables or endpoints. Only use these exactly as described. Do not create any new endpoints or assume any other variables exist. This is very important.
Then give it some examples in in curl / fetch / axios / python / etc.
Maybe also add some instructions to separate out code into multiple files / endpoints. ChatGPT loves to make one humungous file that’s really hard to debug.
ChatGPT works fairly well if you know how to use it correctly. I would defo not trust it with my crypto though, but I guess if some people wanna that’s up to them. May as well try and help them!