Andi Skill Builder API Documentation

Interface: WizardStepRequest

The metadata shape Andify sends to the skill in the callback-event when requesting a wizard step.

Properties

Property Type Description
action "wizard-get-step" -
data Record<string, string> Accumulated wizard data collected from prior steps.
step number The step number being requested (1-based).
wizardId string The wizard instance identifier.