New to Kendo UI for Vue? Start a free 30-day trial
How to position the latest response on the the bottom in the AIPrompt
Updated over 6 months ago
Environment
| Product Version | 5.1.0 |
| Product | Progress® Kendo UI for Vue Native |
Description
How can I position the latest response on the bottom of the UI similar to Chat GPT?
Solution
You can achieve this by using the push method to append the new entries to the end of the outputs array.
Runnable example
To test the following example, type some inputs and observe that the latest response will appear at the bottom, similar to Chat GPT.
Change Theme
Theme
Loading ...