-
-
Notifications
You must be signed in to change notification settings - Fork 624
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: allow providing single or multi prompts #1866
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello!
Thanks for working on this !! 🔥 I like the feature
I've left some comments!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm!
Thanks.
Waiting for another review before merging :)
Hey guys! Can I help with something to get it reviewed? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey guys! Can I help with something to get it reviewed?
No help needed, all approved but unmerged PRs will get looked at before a release happens. That said, this looks fine to me. Thanks for the contribution!
Thank you very much! |
Hello, it closes #1861!
At the issue, we decided to make
prompt
accept one or more values. As thego-yaml
does not support this, the solution is described in this issue: go-yaml/yaml#100A new
Prompt
type was introduced and it handle its serialization to allow one or more values.