-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Open
Labels
enhancementImprovement to existing functionality. For issues and smaller PR improvements.Improvement to existing functionality. For issues and smaller PR improvements.
Milestone
Description
Enhancement
SEP-1330 introduced support for titled and multi-select enums. We can provide a really nice DX for this by reusing Marvin idioms for lists of lists:
...,
single_response=['red', 'blue', 'green']
multi_response=[['red', 'blue', 'green']],
...,This would indicate that the user can choose multiple options.
Metadata
Metadata
Assignees
Labels
enhancementImprovement to existing functionality. For issues and smaller PR improvements.Improvement to existing functionality. For issues and smaller PR improvements.