Open dbaeumer opened 7 months ago
I do like the basic idea of having a stack of request I did. But I think that it would be a better UI if I have previous
/ next
button to cycle through them.
Change the input field to
So, you have pressed "send" after that, right?
Yes, by pressing enter.
I do like the basic idea of having a stack of request I did. But I think that it would be a better UI if I have previous / next button to cycle through them.
Tho, that doesn't represent what's happening. Inline chat is in fact multi-turn and all previous requests are send along with the last request. The UI never really showed this behaviour but behind the scenes it goes like "the following code is the result of the following message exchange. take that into account when answering to XYZ"
Testing #208409
Steps:
add additional capabilities
add additional capabilities and add assert library
I ended up with this: