@gpt-platform/client 0.11.0 → 0.11.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -1339,7 +1339,7 @@ function buildUserAgent(sdkVersion, appInfo) {
1339
1339
  }
1340
1340
 
1341
1341
  // src/version.ts
1342
- var SDK_VERSION = "0.11.0";
1342
+ var SDK_VERSION = "0.11.1";
1343
1343
  var DEFAULT_API_VERSION = "2026-03-23";
1344
1344
 
1345
1345
  // src/base-client.ts
@@ -31237,11 +31237,13 @@ function createThreadsNamespace(rb) {
31237
31237
  body: {
31238
31238
  data: {
31239
31239
  type: "chat-thread",
31240
- content,
31241
- ...rest,
31242
- metadata: mergeWithBrowserContext(
31243
- metadata
31244
- )
31240
+ attributes: {
31241
+ content,
31242
+ ...rest,
31243
+ metadata: mergeWithBrowserContext(
31244
+ metadata
31245
+ )
31246
+ }
31245
31247
  }
31246
31248
  }
31247
31249
  },