How to get state information from a widget in AgentBuilder?

Hi,

I’m struggling to understand how an AgentBuilder Workflow can access the state/content of any widgets that it presents. A simple example is a widget with a few checkboxes, how does an agent (either the agent presenting the widget, or one later in the flow get the state of the checkboxes (assuming the user has updated them). Can anyone point me in the direction of any explanations / examples of an AgentBuilder workflow reacting to a user interaction with a widget?

Thanks!

David.

3 Likes

I’m also struggling with this. There is seemingly no documentation on how to use widgets with dynamic input fields (I.E a form ) with the GUI Agent Builder. My assumption is that its still to to-be-developed but hoping not the case. In my case, i have a widget with :

<Form onSubmitAction={{ type: "item.create" }}>

but i never see this item in the menu of available fields in later agents. I have tried declaring States to hold these values and it also does not work.

having the same problem too, I try to figure out how to interact with the widget

Does anyone have a response on how to get the data from the input? I’ve been struggling with this for days! :folded_hands: