Agent Builder
wf-toggle
def handle_toggle(state, payload): # The payload will be a bool state["its_on"] = payload
Was this page helpful?