langflow/src/backend
Gabriel Luiz Freitas Almeida b9fa68dcfb
feat: Add get_final_results_only parameter to build_records_from_result_data method (#1912)
* feat: Add get_final_results_only parameter to build_records_from_result_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.
2024-05-16 16:50:00 -07:00
..
base feat: Add get_final_results_only parameter to build_records_from_result_data method (#1912) 2024-05-16 16:50:00 -07:00
langflow/version Update database file path handling and server shutdown message (#1686) 2024-04-11 17:13:00 -03:00
.gitignore Changes default location for the database and adds the option to use the previous behavior (#1907) 2024-05-15 20:41:01 -03:00
Dockerfile Update Docker image references to langflowai in GitHub workflows and Docker Compose files (#1793) 2024-04-29 13:38:18 -03:00