I am using the free version mainly for help writing powershell scripts.
Every some often i get a problem while debugging a script, where chat will say it has made changes to the script to try and fix a problem, but there are no changes!
latest issue was :
PS script to generate a GUI form with multiple lines in a table.
after some debugging with the input data, i got text being displayed but all on the same line.
Tell Chat that the data is being output on the same line, it says ‘here are some changes to help debug and solve the issue’ and outputs the script.
still have the same error, tell Chat this and it says ‘ok, i think this is the problem, try the following’, but just repeats the previous version of the script with no changes.
ask Chat what the differance is, and it shows the changes it put in place 2 ‘versions’ ago.
any idea how to detect this issue when it happens and how to avoid it or break out of the cycle?
thanks
1 Like
Try starting a new conversation with the last version of the code only.
The 4o models are a bit finicky when it comes to referencing past messages.