I noticed that after the recent update where GPT had some problems, it struggles with some questions. I have a custom GPT that helps me with AWS & NextJS programming tasks and I asked it to update an API route followed by a another prompt asking it to update a function. Then once I ask it about the route again it updates the function instead of the route. If retry my new request it works fine. This happens on occasion, it thinks i'm talking about the wrong thing even if I give it all the proper context.
#Message history issue
1 messages · Page 1 of 1 (latest)
Order of messages: 1. I ask it to update the API route and it responds with a fixed route. 2. I ask it to update the function in a TSX file and it updates it. 3. I ask it to update the API route again `Can you update compare faces so that it returns comprehensive errors we can display to the user? logs, api route code. And it returns the function from the TSX code. These code segments are maybe 200 lines at most so it's not a crazy amount of code