Fixing Chat Completion Hook & Autocomplete Feature
Struggling to fix chat completion hook issue, streaming message no longer progressive. Taking break to focus on window popup bug & autocomplete feature (). Will revisit chat completion later with fresh perspective.
For this sprint I am planning to finish the chat completion hook. While I was working on it, I notice that the message is no longer being actively streamed to the chat. Where it would progressively add the chat response to the chat like this: With the changes I made, it just put the entire message at the end of the stream. This took me many hours trying to figure out but to no avail. Got zero progress with it. I have no idea how the streaming massage work. So for now I am taking a brake from this and work on something else for now. One thing I can do for now is try to fix the bug with the win...