@adaline/azure 0.15.0 → 0.16.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.
package/dist/index.d.mts CHANGED
@@ -66,6 +66,7 @@ declare const BaseChatModelSchema: {
66
66
  }>;
67
67
  schema: zod.ZodObject<zod.ZodRawShape, zod.UnknownKeysParam, zod.ZodTypeAny, unknown, unknown>;
68
68
  };
69
+ maxReasoningTokens?: number | undefined;
69
70
  };
70
71
 
71
72
  declare class BaseChatModelOpenAI extends BaseChatModel {
@@ -124,6 +125,7 @@ declare const GPT_4oSchema: {
124
125
  }>;
125
126
  schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
126
127
  };
128
+ maxReasoningTokens?: number | undefined;
127
129
  };
128
130
  declare const GPT_4oOptions: z.ZodObject<{
129
131
  apiKey: z.ZodString;
@@ -192,6 +194,7 @@ declare const GPT_4o_MiniSchema: {
192
194
  }>;
193
195
  schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
194
196
  };
197
+ maxReasoningTokens?: number | undefined;
195
198
  };
196
199
  declare const GPT_4o_MiniOptions: z.ZodObject<{
197
200
  apiKey: z.ZodString;
@@ -260,6 +263,7 @@ declare const GPT_4o_Mini_2024_07_18Schema: {
260
263
  }>;
261
264
  schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
262
265
  };
266
+ maxReasoningTokens?: number | undefined;
263
267
  };
264
268
  declare const GPT_4o_Mini_2024_07_18Options: z.ZodObject<{
265
269
  apiKey: z.ZodString;
@@ -328,6 +332,7 @@ declare const GPT_4o_2024_08_06Schema: {
328
332
  }>;
329
333
  schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
330
334
  };
335
+ maxReasoningTokens?: number | undefined;
331
336
  };
332
337
  declare const GPT_4o_2024_08_06Options: z.ZodObject<{
333
338
  apiKey: z.ZodString;
@@ -396,6 +401,7 @@ declare const GPT_4o_2024_05_13Schema: {
396
401
  }>;
397
402
  schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
398
403
  };
404
+ maxReasoningTokens?: number | undefined;
399
405
  };
400
406
  declare const GPT_4o_2024_05_13Options: z.ZodObject<{
401
407
  apiKey: z.ZodString;
@@ -464,6 +470,7 @@ declare const GPT_4Schema: {
464
470
  }>;
465
471
  schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
466
472
  };
473
+ maxReasoningTokens?: number | undefined;
467
474
  };
468
475
  declare const GPT_4Options: z.ZodObject<{
469
476
  apiKey: z.ZodString;
@@ -532,6 +539,7 @@ declare const GPT_4_Turbo_2024_04_09Schema: {
532
539
  }>;
533
540
  schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
534
541
  };
542
+ maxReasoningTokens?: number | undefined;
535
543
  };
536
544
  declare const GPT_4_Turbo_2024_04_09Options: z.ZodObject<{
537
545
  apiKey: z.ZodString;
@@ -600,6 +608,7 @@ declare const GPT_4_1106_PreviewSchema: {
600
608
  }>;
601
609
  schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
602
610
  };
611
+ maxReasoningTokens?: number | undefined;
603
612
  };
604
613
  declare const GPT_4_1106_PreviewOptions: z.ZodObject<{
605
614
  apiKey: z.ZodString;
@@ -668,6 +677,7 @@ declare const GPT_4_0613Schema: {
668
677
  }>;
669
678
  schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
670
679
  };
680
+ maxReasoningTokens?: number | undefined;
671
681
  };
672
682
  declare const GPT_4_0613Options: z.ZodObject<{
673
683
  apiKey: z.ZodString;
@@ -736,6 +746,7 @@ declare const GPT_3_5_TurboSchema: {
736
746
  }>;
737
747
  schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
738
748
  };
749
+ maxReasoningTokens?: number | undefined;
739
750
  };
740
751
  declare const GPT_3_5_TurboOptions: z.ZodObject<{
741
752
  apiKey: z.ZodString;
@@ -804,6 +815,7 @@ declare const GPT_3_5_Turbo_1106Schema: {
804
815
  }>;
805
816
  schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
806
817
  };
818
+ maxReasoningTokens?: number | undefined;
807
819
  };
808
820
  declare const GPT_3_5_Turbo_1106Options: z.ZodObject<{
809
821
  apiKey: z.ZodString;
@@ -872,6 +884,7 @@ declare const GPT_3_5_Turbo_0125Schema: {
872
884
  }>;
873
885
  schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
874
886
  };
887
+ maxReasoningTokens?: number | undefined;
875
888
  };
876
889
  declare const GPT_3_5_Turbo_0125Options: z.ZodObject<{
877
890
  apiKey: z.ZodString;
package/dist/index.d.ts CHANGED
@@ -66,6 +66,7 @@ declare const BaseChatModelSchema: {
66
66
  }>;
67
67
  schema: zod.ZodObject<zod.ZodRawShape, zod.UnknownKeysParam, zod.ZodTypeAny, unknown, unknown>;
68
68
  };
69
+ maxReasoningTokens?: number | undefined;
69
70
  };
70
71
 
71
72
  declare class BaseChatModelOpenAI extends BaseChatModel {
@@ -124,6 +125,7 @@ declare const GPT_4oSchema: {
124
125
  }>;
125
126
  schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
126
127
  };
128
+ maxReasoningTokens?: number | undefined;
127
129
  };
128
130
  declare const GPT_4oOptions: z.ZodObject<{
129
131
  apiKey: z.ZodString;
@@ -192,6 +194,7 @@ declare const GPT_4o_MiniSchema: {
192
194
  }>;
193
195
  schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
194
196
  };
197
+ maxReasoningTokens?: number | undefined;
195
198
  };
196
199
  declare const GPT_4o_MiniOptions: z.ZodObject<{
197
200
  apiKey: z.ZodString;
@@ -260,6 +263,7 @@ declare const GPT_4o_Mini_2024_07_18Schema: {
260
263
  }>;
261
264
  schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
262
265
  };
266
+ maxReasoningTokens?: number | undefined;
263
267
  };
264
268
  declare const GPT_4o_Mini_2024_07_18Options: z.ZodObject<{
265
269
  apiKey: z.ZodString;
@@ -328,6 +332,7 @@ declare const GPT_4o_2024_08_06Schema: {
328
332
  }>;
329
333
  schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
330
334
  };
335
+ maxReasoningTokens?: number | undefined;
331
336
  };
332
337
  declare const GPT_4o_2024_08_06Options: z.ZodObject<{
333
338
  apiKey: z.ZodString;
@@ -396,6 +401,7 @@ declare const GPT_4o_2024_05_13Schema: {
396
401
  }>;
397
402
  schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
398
403
  };
404
+ maxReasoningTokens?: number | undefined;
399
405
  };
400
406
  declare const GPT_4o_2024_05_13Options: z.ZodObject<{
401
407
  apiKey: z.ZodString;
@@ -464,6 +470,7 @@ declare const GPT_4Schema: {
464
470
  }>;
465
471
  schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
466
472
  };
473
+ maxReasoningTokens?: number | undefined;
467
474
  };
468
475
  declare const GPT_4Options: z.ZodObject<{
469
476
  apiKey: z.ZodString;
@@ -532,6 +539,7 @@ declare const GPT_4_Turbo_2024_04_09Schema: {
532
539
  }>;
533
540
  schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
534
541
  };
542
+ maxReasoningTokens?: number | undefined;
535
543
  };
536
544
  declare const GPT_4_Turbo_2024_04_09Options: z.ZodObject<{
537
545
  apiKey: z.ZodString;
@@ -600,6 +608,7 @@ declare const GPT_4_1106_PreviewSchema: {
600
608
  }>;
601
609
  schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
602
610
  };
611
+ maxReasoningTokens?: number | undefined;
603
612
  };
604
613
  declare const GPT_4_1106_PreviewOptions: z.ZodObject<{
605
614
  apiKey: z.ZodString;
@@ -668,6 +677,7 @@ declare const GPT_4_0613Schema: {
668
677
  }>;
669
678
  schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
670
679
  };
680
+ maxReasoningTokens?: number | undefined;
671
681
  };
672
682
  declare const GPT_4_0613Options: z.ZodObject<{
673
683
  apiKey: z.ZodString;
@@ -736,6 +746,7 @@ declare const GPT_3_5_TurboSchema: {
736
746
  }>;
737
747
  schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
738
748
  };
749
+ maxReasoningTokens?: number | undefined;
739
750
  };
740
751
  declare const GPT_3_5_TurboOptions: z.ZodObject<{
741
752
  apiKey: z.ZodString;
@@ -804,6 +815,7 @@ declare const GPT_3_5_Turbo_1106Schema: {
804
815
  }>;
805
816
  schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
806
817
  };
818
+ maxReasoningTokens?: number | undefined;
807
819
  };
808
820
  declare const GPT_3_5_Turbo_1106Options: z.ZodObject<{
809
821
  apiKey: z.ZodString;
@@ -872,6 +884,7 @@ declare const GPT_3_5_Turbo_0125Schema: {
872
884
  }>;
873
885
  schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
874
886
  };
887
+ maxReasoningTokens?: number | undefined;
875
888
  };
876
889
  declare const GPT_3_5_Turbo_0125Options: z.ZodObject<{
877
890
  apiKey: z.ZodString;