Record
prompt-argument
Prompt argument definition
record prompt-argument {
name: string,
description: option<string>,
required: option<bool>,
title: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| name | string | Argument name |
| description | option<string> | Argument description |
| required | option<bool> | Whether argument is required |
| title | option<string> | Human-readable argument title |