How can I directly fetch feedback provided in the Chainlit UI to my app?
I’m currently developing an app using Chainlit and have enabled feedback options with the Literal API key. While I can view all threads, steps, and feedback on the Literal AI dashboard, I need to fetch the feedback comments directly from the UI to a chainlitapp.py file for additional purposes.