Update code
This commit is contained in:
16
dev-assistant-mcp/node_modules/openai/_shims/MultipartBody.js
generated
vendored
Normal file
16
dev-assistant-mcp/node_modules/openai/_shims/MultipartBody.js
generated
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.MultipartBody = void 0;
|
||||
/**
|
||||
* Disclaimer: modules in _shims aren't intended to be imported by SDK users.
|
||||
*/
|
||||
class MultipartBody {
|
||||
constructor(body) {
|
||||
this.body = body;
|
||||
}
|
||||
get [Symbol.toStringTag]() {
|
||||
return 'MultipartBody';
|
||||
}
|
||||
}
|
||||
exports.MultipartBody = MultipartBody;
|
||||
//# sourceMappingURL=MultipartBody.js.map
|
||||
Reference in New Issue
Block a user