Problem with Context Button in Web Application
I’m developing a web application where I display chat responses from a backend service. Each response includes a “Context” button that should show additional details when clicked. However, when I click the context button, it only displays part of the context text, not the full content sent from the backend.