You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 selected item’s id to another state.