openai 7.3.0 → 7.4.0

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.
@@ -3471,6 +3471,16 @@ export interface ResponseFunctionToolCallOutputItem {
3471
3471
  * The identifier of the actor that created the item.
3472
3472
  */
3473
3473
  created_by?: string;
3474
+
3475
+ /**
3476
+ * The name of the tool that produced the output.
3477
+ */
3478
+ name?: string;
3479
+
3480
+ /**
3481
+ * The namespace of the tool that produced the output.
3482
+ */
3483
+ namespace?: string;
3474
3484
  }
3475
3485
 
3476
3486
  export namespace ResponseFunctionToolCallOutputItem {
@@ -4207,6 +4217,16 @@ export namespace ResponseInputItem {
4207
4217
  */
4208
4218
  caller?: FunctionCallOutput.Direct | FunctionCallOutput.Program | null;
4209
4219
 
4220
+ /**
4221
+ * The name of the tool that produced the output.
4222
+ */
4223
+ name?: string | null;
4224
+
4225
+ /**
4226
+ * The namespace of the tool that produced the output.
4227
+ */
4228
+ namespace?: string | null;
4229
+
4210
4230
  /**
4211
4231
  * The status of the item. One of `in_progress`, `completed`, or `incomplete`.
4212
4232
  * Populated when items are returned via API.
@@ -9096,6 +9116,7 @@ export interface ResponseCompactParams {
9096
9116
  | 'gpt-5.6-sol'
9097
9117
  | 'gpt-5.6-terra'
9098
9118
  | 'gpt-5.6-luna'
9119
+ | 'gpt-5.5'
9099
9120
  | 'gpt-5.4'
9100
9121
  | 'gpt-5.4-mini'
9101
9122
  | 'gpt-5.4-nano'
@@ -22,6 +22,7 @@ export type ChatModel =
22
22
  | 'gpt-5.6-sol'
23
23
  | 'gpt-5.6-terra'
24
24
  | 'gpt-5.6-luna'
25
+ | 'gpt-5.5'
25
26
  | 'gpt-5.4'
26
27
  | 'gpt-5.4-mini'
27
28
  | 'gpt-5.4-nano'
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const VERSION = '7.3.0'; // x-release-please-version
1
+ export const VERSION = '7.4.0'; // x-release-please-version
package/version.d.mts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "7.3.0";
1
+ export declare const VERSION = "7.4.0";
2
2
  //# sourceMappingURL=version.d.mts.map
package/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "7.3.0";
1
+ export declare const VERSION = "7.4.0";
2
2
  //# sourceMappingURL=version.d.ts.map
package/version.js CHANGED
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.VERSION = void 0;
4
- exports.VERSION = '7.3.0'; // x-release-please-version
4
+ exports.VERSION = '7.4.0'; // x-release-please-version
5
5
  //# sourceMappingURL=version.js.map
package/version.mjs CHANGED
@@ -1,2 +1,2 @@
1
- export const VERSION = '7.3.0'; // x-release-please-version
1
+ export const VERSION = '7.4.0'; // x-release-please-version
2
2
  //# sourceMappingURL=version.mjs.map