Andi Skill Builder API Documentation

Interface: WizardStepConfig

The data shape a skill returns for each wizard step via the wizardStepData engagement.

Properties

Property Type Description
canGoBack boolean Whether the user can navigate back from this step.
description string Description displayed below the title.
fieldLabels? Record<string, string> Maps prompt keys to human-readable labels (used in review mode).
interactionData? Record<string, unknown> Opaque skill-specific context passed through for the step.
isReview? boolean If true, renders a read-only review of previousData instead of form prompts.
nextStep? number The next step number to advance to. Omit on the final step.
previousData? Record<string, string> Collected data from prior steps, displayed in review mode.
prompts FormPrompt[] The form prompts to render for this step.
step number The step number (1-based).
title string Title displayed in the wizard header.