PromptChoiceFragmentV1
A selectable choice of a select or multiselect prompt fragment.
- Import:
@kjanat/dreamcli - Export kind: type
- Declared in:
src/core/json-schema/index.ts - Source link:
src/core/json-schema/index.ts:144
Signatures
ts
type PromptChoiceFragmentV1 = unknown;Members
Properties
description
ts
description?: string;label
ts
label?: string;value
ts
value: string;