Andi Skill Builder API Documentation

Type Alias: SelectPromptOption

type SelectPromptOption = {
  label: string;
  tags?: string[];
  value: string;
};

Properties

Property Type Description
label string The label displayed to the user.
tags? string[] Optional; can be used to modify the appearance of options.
value string The value of the response, if selected.