I want threaded conversations where making a 2nd reply to an earlier response doesn’t make the rest of the conversation disappear.
The bot gives better answers when it has focused it attention on just the right amount of context, e.g.
- I ask the bot to write code
- I ask it to fix a bug, write unit tests, explain a concept, etc.
- Now I ask it to write docs or implement a new feature. I want it to respond based on the code it initially wrote and not get distracted by the rest of the conversation.
I searched and didn’t find any one else suggesting this feature. If it already is a feature, or someone has figure out how to do this with the API that’d be great.
(Also, I’m using the word thread like threaded conversations on reddit, not thread as-in the name of a conversation object when coding against the Assistant API)