AICommands

16 Dec 20251 minute to read

Defines the structure of AI command items displayed in the command dropdown menu.
Supports hierarchical organization through nested items.

Properties

iconCss string

CSS class name for the icon to display with this command.

items AICommands[]

Collection of nested command items for creating multi-level command menus.

prompt string

The actual prompt or command text sent to the AI service when selected.

text string

The display text shown for this command in the UI.