Agent Builder
wf-change
def onchange_handler(state, payload): # Set the state variable "new_color" to the new value, provided as string. state["new_color"] = payload
wf-change-finish
Was this page helpful?