Oxen-AI / Oxen

Oxen.ai's core rust library, server, and CLI
https://oxen.ai
Apache License 2.0
172 stars 11 forks source link

Check name of multiline body before staging files #320

Closed EloyMartinez closed 1 month ago

EloyMartinez commented 1 month ago

In the request for staging files in the /staging endpoints, we used to grab every entry in the multiline body of the request, with this fix we now only grab the elements sent in the file[] attribute of the body.