You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IMO, this looks clunky with the display name being displayed twice
data"coder_parameter""ai" {
name="ai"display_name="Use AI?"description="Do you want to use AI for this workspace?"type="bool"form_type="checkbox"default=falseorder=0
}
Maybe we support more text via styling? One idea:
data"coder_parameter""ai" {
name="ai"display_name="Use AI?"description="Do you want to use AI for this workspace?"type="bool"form_type="checkbox"default=falseorder=0styling=jsonencode({
label ="Enable AI functionality for this template"
})
}