Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[PY] fix: Remove unpacking to list for file downloads (#1851)
## Linked issues closes: #1852 ## Details Unpacking doesn't work for array.append. Which means that for non-single files, input_files.append(*files) fails with: `on_turn_error] unhandled error: list.append() takes exactly one argument (0 given)` Here we append file-by-file #### Change details > Describe your changes, with screenshots and code snippets as appropriate **code snippets**: **screenshots**: ## Attestation Checklist - [ ] My code follows the style guidelines of this project - I have checked for/fixed spelling, linting, and other errors - I have commented my code for clarity - I have made corresponding changes to the documentation (updating the doc strings in the code is sufficient) - My changes generate no new warnings - I have added tests that validates my changes, and provides sufficient test coverage. I have tested with: - Local testing - E2E testing in Teams - New and existing unit tests pass locally with my changes ### Additional information > Feel free to add other relevant information below
- Loading branch information