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 550d649 commit ce3b726Copy full SHA for ce3b726
pkg/types/prompt.go
@@ -18,9 +18,10 @@ type Prompt struct {
18
}
19
20
type Field struct {
21
- Name string `json:"name,omitempty"`
22
- Sensitive *bool `json:"sensitive,omitempty"`
23
- Description string `json:"description,omitempty"`
+ Name string `json:"name,omitempty"`
+ Sensitive *bool `json:"sensitive,omitempty"`
+ Description string `json:"description,omitempty"`
24
+ Options []string `json:"options,omitempty"`
25
26
27
type Fields []Field
0 commit comments