Closed ogabrielluiz closed 6 days ago
Comparing fix-chatinput-sorting
(79c98fa) with main
(a86a7a2)
⚡ 2
improvements
✅ 13
untouched benchmarks
Benchmark | main |
fix-chatinput-sorting |
Change | |
---|---|---|---|---|
⚡ | test_successful_run_with_output_type_any |
288.5 ms | 218.5 ms | +32.03% |
⚡ | test_successful_run_with_output_type_debug |
216.6 ms | 174.9 ms | +23.86% |
This pull request modifies the sorting logic for chat inputs in the graph. It ensures that chat inputs with dependencies are not moved to the first layer, maintaining their original order when dependencies exist. This change improves the handling of chat inputs in the graph structure.
Fixes #4660