Record
prompt-argument
record prompt-argument {
name: string,
description: option<string>,
required: option<bool>,
title: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| name | string | |
| description | option<string> | |
| required | option<bool> | |
| title | option<string> |