Skip to content
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: Add get_final_results_only parameter to build_records_from_result_data method #1912

Merged
merged 1 commit into from
May 16, 2024

Conversation

ogabrielluiz
Copy link
Contributor

The build_records_from_result_data method in the SubFlowComponent class now accepts a get_final_results_only parameter. This parameter controls whether the output will contain all outputs from the flow or only the final results. This change allows for more flexibility in handling the result data.

…lt_data method

The `build_records_from_result_data` method in the `SubFlowComponent` class now accepts a `get_final_results_only` parameter. This parameter controls whether the output will contain all outputs from the flow or only the final results. This change allows for more flexibility in handling the result data.
Copy link

vercel bot commented May 16, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
langflow 🔄 Building (Inspect) Visit Preview 💬 Add feedback May 16, 2024 11:49pm

@dosubot dosubot bot added the size:S This PR changes 10-29 lines, ignoring generated files. label May 16, 2024
@ogabrielluiz ogabrielluiz merged commit b9fa68d into dev May 16, 2024
6 of 10 checks passed
@dosubot dosubot bot added enhancement New feature or request python Pull requests that update Python code labels May 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request python Pull requests that update Python code size:S This PR changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant