@vowel.to/client / index / VowelActionParameter
Interface: VowelActionParameter
Defined in: lib/vowel/types/types.ts:272
Parameter definition for custom actions
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
type | "string" | "number" | "boolean" | "object" | "array" | Parameter type (string, number, boolean, array, object) | lib/vowel/types/types.ts:274 |
description | string | Human-readable description for the AI | lib/vowel/types/types.ts:276 |
optional? | boolean | Whether this parameter is optional | lib/vowel/types/types.ts:278 |
enum? | string[] | Enum values if parameter should be restricted to specific values | lib/vowel/types/types.ts:280 |