- Notifications
You must be signed in to change notification settings - Fork 649
Open
Labels
api: gemini-apipriority: p3Desirable enhancement or fix. May not be included in next release.Desirable enhancement or fix. May not be included in next release.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.
Description
Thanks for stopping by to let us know something could be better!
Is your feature request related to a problem? Please describe.
Love uploading files with this SDK, currently only a single file upload is supported 🔢 .
Describe the solution you'd like
It would be helpful if it also supported like multiple files to upload at once or zipped directories.
Describe alternatives you've considered
technical alternative solution: array of files support for the method :
client.files.upload(path="a11.txt") into client.files.upload(paths=["a11.txt","a12.txt","a13.txt"])
Anyways, already enjoying this SDK so much
!
Metadata
Metadata
Assignees
Labels
api: gemini-apipriority: p3Desirable enhancement or fix. May not be included in next release.Desirable enhancement or fix. May not be included in next release.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.