-
Notifications
You must be signed in to change notification settings - Fork 143
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(js): propagate context to sub actions, expose context in prompts #1663
Conversation
…istration, allow action names with slashes
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.
I was thinking that GenerateOptions
should actually have a context
option so that context can be passed directly without needing to be embedding in a flow...WDYT?
Good idea. Done. |
Allows:
Also changed express plugin to put auth into
context.auth
instead of justcontext
.