microsoft / Power-Fx

Power Fx low-code programming language
MIT License
3.15k stars 309 forks source link

Add connector support for multi-part bodies with blobs/files #2465

Closed odivay closed 1 week ago

odivay commented 3 weeks ago

As per https://github.com/microsoft/Power-Fx/pull/2311, PFX currently does not support multi-part bodies with blobs/files. This is quite common in modern APIs. For example, Open AI relies on multi-part bodies always, some including multiple files, as in https://platform.openai.com/docs/api-reference/images/createEdit.

Can you add support?