Skip to content

Help Needed: Displaying Selectable List in Agent Chat UI from Python Backend #154

@ImAbhishekTomar

Description

@ImAbhishekTomar

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.

I tried updating the backend as per this doc:
https://langchain-ai.github.io/langgraph/cloud/how-tos/generative_ui_react/
But Im stuck on the client-side part.

Can I use a CSR or any other method to handle this? Any working example or reference would help a lot. Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions