@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.mjs CHANGED
@@ -1272,7 +1272,7 @@ function buildUserAgent(sdkVersion, appInfo) {
1272
1272
  }
1273
1273
 
1274
1274
  // src/version.ts
1275
- var SDK_VERSION = "0.11.0";
1275
+ var SDK_VERSION = "0.11.1";
1276
1276
  var DEFAULT_API_VERSION = "2026-03-23";
1277
1277
 
1278
1278
  // src/base-client.ts
@@ -31170,11 +31170,13 @@ function createThreadsNamespace(rb) {
31170
31170
  body: {
31171
31171
  data: {
31172
31172
  type: "chat-thread",
31173
- content,
31174
- ...rest,
31175
- metadata: mergeWithBrowserContext(
31176
- metadata
31177
- )
31173
+ attributes: {
31174
+ content,
31175
+ ...rest,
31176
+ metadata: mergeWithBrowserContext(
31177
+ metadata
31178
+ )
31179
+ }
31178
31180
  }
31179
31181
  }
31180
31182
  },