DEV Community

aldrin312
aldrin312

Posted on

4th Sprint Plan

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:

Image description

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 window pop up position and alignment.

Image description

Another thing I can work on while I take a break from the issue I having this spring is add the autocomplete feature. Where it would open a window that shows all of the commands when starting to type with "/" Issue #840. I worked with something similar before but with city names. So I got some insight that I can use to start with this issue.

Example with Discord:

Image description

After I finish working with these, I can make go back to working with chat completion message streaming. Maybe I have a different perspective with this one by then, hopefully. If not I can maybe get a jump start on the following sprint, that involves fixing auto scrolling. Making it properly work and smoother, much like what chatgpt is doing.

Top comments (0)