We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d1f06f commit 97b9c9dCopy full SHA for 97b9c9d
frame.go
@@ -124,9 +124,10 @@ type Prompt struct {
124
}
125
126
type Field struct {
127
- Name string `json:"name,omitempty"`
128
- Sensitive *bool `json:"sensitive,omitempty"`
129
- Description string `json:"description,omitempty"`
+ Name string `json:"name,omitempty"`
+ Sensitive *bool `json:"sensitive,omitempty"`
+ Description string `json:"description,omitempty"`
130
+ Options []string `json:"options,omitempty"`
131
132
133
type Fields []Field
0 commit comments