Beta: This SDK is supported for production use cases, but we do expect future releases to have some interface changes; see Interface stability. We are keen to hear feedback from you on these SDKs.
I am using Agent Chat UI with a Python backend. One of my nodes returns a list of items (each with id and title). I want to: 1. Show this list in the UI. 2. Let users click one item. 3. Send the ...