Update code
This commit is contained in:
9
dev-assistant-mcp/node_modules/openai/_shims/MultipartBody.d.ts
generated
vendored
Normal file
9
dev-assistant-mcp/node_modules/openai/_shims/MultipartBody.d.ts
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
/**
|
||||
* Disclaimer: modules in _shims aren't intended to be imported by SDK users.
|
||||
*/
|
||||
export declare class MultipartBody {
|
||||
body: any;
|
||||
constructor(body: any);
|
||||
get [Symbol.toStringTag](): string;
|
||||
}
|
||||
//# sourceMappingURL=MultipartBody.d.ts.map
|
||||
Reference in New Issue
Block a user