-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
fix: validate params assignment in custom_component_update endpoint #2931
Conversation
Simplify the params assignment in the custom_component_update endpoint by using a dictionary comprehension. This improves code readability and reduces the number of lines.
Pull Request Validation ReportThis comment is automatically generated by Conventional PR Whitelist Report
Result Pull request does not satisfy any enabled whitelist criteria. Pull request will be validated. Validation Report
Result Pull request satisfies all enabled pull request rules. Last Modified at 24 Jul 24 20:58 UTC |
This pull request is automatically being deployed by Amplify Hosting (learn more). |
… type in run_flow method to filter outputs based on type
…angflow-ai#2931) * feat(RunFlow.py): update input and output definitions for RunFlowComponent * refactor: update params assignment in custom_component_update endpoint Simplify the params assignment in the custom_component_update endpoint by using a dictionary comprehension. This improves code readability and reduces the number of lines. * feat(custom_component.py, flow.py): add support for specifying output type in run_flow method to filter outputs based on type (cherry picked from commit 7d5ccb3)
This pull request refactors the params assignment in the custom_component_update endpoint by using a dictionary comprehension. This simplifies the code and improves readability.
Update input and output definitions for RunFlowComponent