Skip to content

Commit 6e771fd

Browse files
committed
Add changeset for OpenAPI multipart file uploads
1 parent d3e29d4 commit 6e771fd

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@executor-js/plugin-openapi": patch
3+
---
4+
5+
Multipart file fields in an OpenAPI spec now accept and send real files. A `multipart/form-data` property typed as a binary or byte string is rewritten into the SDK's tool-file schema when the tool is extracted, so an agent supplies a file the same way it does everywhere else. On invocation those values are decoded back into `File`/`Blob` parts — as bare properties and inside arrays — instead of being JSON-stringified into the form body, which is what upstreams were previously rejecting.

0 commit comments

Comments
 (0)