Is there any way to actually make the GPT follow a set of rules strictly?
I created something that converts PMAC code from an old version into a new version. It has been given some simple instructions on what and what not to change.
If follows everything really well, but for what ever reason it just decides to add in semicolons to the end of all command lines where there was never semicolons in the first place.
I placed a rule in there stating not to do so, and it just ignores it a produces code with semicolons.
When I then point out that it is in its rules that It cannot add or change code unless stated by the set of rules it apologizes and gives me the correct outcome.
Why do I have to go through that previous step just to get right output? What should I be putting in the instructions to ensure my output code is as desired?