@adaline/gateway 0.30.0 → 0.31.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
@@ -519,7 +519,7 @@ declare const CompleteChatHandlerRequest: z.ZodObject<{
519
519
  param: string;
520
520
  title: string;
521
521
  description: string;
522
- default: string | null;
522
+ default: string;
523
523
  choices: string[];
524
524
  }>;
525
525
  schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
@@ -564,7 +564,7 @@ declare const CompleteChatHandlerRequest: z.ZodObject<{
564
564
  param: string;
565
565
  title: string;
566
566
  description: string;
567
- default: string | null;
567
+ default: string;
568
568
  choices: string[];
569
569
  }>;
570
570
  schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
@@ -853,7 +853,7 @@ declare const CompleteChatHandlerRequest: z.ZodObject<{
853
853
  param: string;
854
854
  title: string;
855
855
  description: string;
856
- default: string | null;
856
+ default: string;
857
857
  choices: string[];
858
858
  }>;
859
859
  schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
@@ -1063,7 +1063,7 @@ declare const CompleteChatHandlerRequest: z.ZodObject<{
1063
1063
  param: string;
1064
1064
  title: string;
1065
1065
  description: string;
1066
- default: string | null;
1066
+ default: string;
1067
1067
  choices: string[];
1068
1068
  }>;
1069
1069
  schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
@@ -2265,7 +2265,7 @@ declare const GetEmbeddingsHandlerRequest: z.ZodObject<{
2265
2265
  param: string;
2266
2266
  title: string;
2267
2267
  description: string;
2268
- default: string | null;
2268
+ default: string;
2269
2269
  choices: string[];
2270
2270
  }>;
2271
2271
  schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
@@ -2309,7 +2309,7 @@ declare const GetEmbeddingsHandlerRequest: z.ZodObject<{
2309
2309
  param: string;
2310
2310
  title: string;
2311
2311
  description: string;
2312
- default: string | null;
2312
+ default: string;
2313
2313
  choices: string[];
2314
2314
  }>;
2315
2315
  schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
@@ -2386,7 +2386,7 @@ declare const GetEmbeddingsHandlerRequest: z.ZodObject<{
2386
2386
  param: string;
2387
2387
  title: string;
2388
2388
  description: string;
2389
- default: string | null;
2389
+ default: string;
2390
2390
  choices: string[];
2391
2391
  }>;
2392
2392
  schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
@@ -2486,7 +2486,7 @@ declare const GetEmbeddingsHandlerRequest: z.ZodObject<{
2486
2486
  param: string;
2487
2487
  title: string;
2488
2488
  description: string;
2489
- default: string | null;
2489
+ default: string;
2490
2490
  choices: string[];
2491
2491
  }>;
2492
2492
  schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
@@ -2816,7 +2816,7 @@ declare const ProxyCompleteChatHandlerRequest: z.ZodObject<{
2816
2816
  param: string;
2817
2817
  title: string;
2818
2818
  description: string;
2819
- default: string | null;
2819
+ default: string;
2820
2820
  choices: string[];
2821
2821
  }>;
2822
2822
  schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
@@ -2861,7 +2861,7 @@ declare const ProxyCompleteChatHandlerRequest: z.ZodObject<{
2861
2861
  param: string;
2862
2862
  title: string;
2863
2863
  description: string;
2864
- default: string | null;
2864
+ default: string;
2865
2865
  choices: string[];
2866
2866
  }>;
2867
2867
  schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
@@ -2912,7 +2912,7 @@ declare const ProxyCompleteChatHandlerRequest: z.ZodObject<{
2912
2912
  param: string;
2913
2913
  title: string;
2914
2914
  description: string;
2915
- default: string | null;
2915
+ default: string;
2916
2916
  choices: string[];
2917
2917
  }>;
2918
2918
  schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
@@ -2962,7 +2962,7 @@ declare const ProxyCompleteChatHandlerRequest: z.ZodObject<{
2962
2962
  param: string;
2963
2963
  title: string;
2964
2964
  description: string;
2965
- default: string | null;
2965
+ default: string;
2966
2966
  choices: string[];
2967
2967
  }>;
2968
2968
  schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
@@ -3484,7 +3484,7 @@ declare const ProxyGetEmbeddingsHandlerRequest: z.ZodObject<{
3484
3484
  param: string;
3485
3485
  title: string;
3486
3486
  description: string;
3487
- default: string | null;
3487
+ default: string;
3488
3488
  choices: string[];
3489
3489
  }>;
3490
3490
  schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
@@ -3528,7 +3528,7 @@ declare const ProxyGetEmbeddingsHandlerRequest: z.ZodObject<{
3528
3528
  param: string;
3529
3529
  title: string;
3530
3530
  description: string;
3531
- default: string | null;
3531
+ default: string;
3532
3532
  choices: string[];
3533
3533
  }>;
3534
3534
  schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
@@ -3578,7 +3578,7 @@ declare const ProxyGetEmbeddingsHandlerRequest: z.ZodObject<{
3578
3578
  param: string;
3579
3579
  title: string;
3580
3580
  description: string;
3581
- default: string | null;
3581
+ default: string;
3582
3582
  choices: string[];
3583
3583
  }>;
3584
3584
  schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
@@ -3627,7 +3627,7 @@ declare const ProxyGetEmbeddingsHandlerRequest: z.ZodObject<{
3627
3627
  param: string;
3628
3628
  title: string;
3629
3629
  description: string;
3630
- default: string | null;
3630
+ default: string;
3631
3631
  choices: string[];
3632
3632
  }>;
3633
3633
  schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
@@ -3828,7 +3828,7 @@ declare const ProxyStreamChatHandlerRequest: z.ZodObject<{
3828
3828
  param: string;
3829
3829
  title: string;
3830
3830
  description: string;
3831
- default: string | null;
3831
+ default: string;
3832
3832
  choices: string[];
3833
3833
  }>;
3834
3834
  schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
@@ -3873,7 +3873,7 @@ declare const ProxyStreamChatHandlerRequest: z.ZodObject<{
3873
3873
  param: string;
3874
3874
  title: string;
3875
3875
  description: string;
3876
- default: string | null;
3876
+ default: string;
3877
3877
  choices: string[];
3878
3878
  }>;
3879
3879
  schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
@@ -3924,7 +3924,7 @@ declare const ProxyStreamChatHandlerRequest: z.ZodObject<{
3924
3924
  param: string;
3925
3925
  title: string;
3926
3926
  description: string;
3927
- default: string | null;
3927
+ default: string;
3928
3928
  choices: string[];
3929
3929
  }>;
3930
3930
  schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
@@ -3974,7 +3974,7 @@ declare const ProxyStreamChatHandlerRequest: z.ZodObject<{
3974
3974
  param: string;
3975
3975
  title: string;
3976
3976
  description: string;
3977
- default: string | null;
3977
+ default: string;
3978
3978
  choices: string[];
3979
3979
  }>;
3980
3980
  schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
@@ -4312,7 +4312,7 @@ declare const StreamChatHandlerRequest: z.ZodObject<{
4312
4312
  param: string;
4313
4313
  title: string;
4314
4314
  description: string;
4315
- default: string | null;
4315
+ default: string;
4316
4316
  choices: string[];
4317
4317
  }>;
4318
4318
  schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
@@ -4357,7 +4357,7 @@ declare const StreamChatHandlerRequest: z.ZodObject<{
4357
4357
  param: string;
4358
4358
  title: string;
4359
4359
  description: string;
4360
- default: string | null;
4360
+ default: string;
4361
4361
  choices: string[];
4362
4362
  }>;
4363
4363
  schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
@@ -4646,7 +4646,7 @@ declare const StreamChatHandlerRequest: z.ZodObject<{
4646
4646
  param: string;
4647
4647
  title: string;
4648
4648
  description: string;
4649
- default: string | null;
4649
+ default: string;
4650
4650
  choices: string[];
4651
4651
  }>;
4652
4652
  schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
@@ -4745,7 +4745,7 @@ declare const StreamChatHandlerRequest: z.ZodObject<{
4745
4745
  param: string;
4746
4746
  title: string;
4747
4747
  description: string;
4748
- default: string | null;
4748
+ default: string;
4749
4749
  choices: string[];
4750
4750
  }>;
4751
4751
  schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
@@ -6266,7 +6266,7 @@ declare const GatewayCompleteChatRequest: z.ZodObject<{
6266
6266
  param: string;
6267
6267
  title: string;
6268
6268
  description: string;
6269
- default: string | null;
6269
+ default: string;
6270
6270
  choices: string[];
6271
6271
  }>;
6272
6272
  schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
@@ -6311,7 +6311,7 @@ declare const GatewayCompleteChatRequest: z.ZodObject<{
6311
6311
  param: string;
6312
6312
  title: string;
6313
6313
  description: string;
6314
- default: string | null;
6314
+ default: string;
6315
6315
  choices: string[];
6316
6316
  }>;
6317
6317
  schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
@@ -6609,7 +6609,7 @@ declare const GatewayCompleteChatRequest: z.ZodObject<{
6609
6609
  param: string;
6610
6610
  title: string;
6611
6611
  description: string;
6612
- default: string | null;
6612
+ default: string;
6613
6613
  choices: string[];
6614
6614
  }>;
6615
6615
  schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
@@ -6709,7 +6709,7 @@ declare const GatewayCompleteChatRequest: z.ZodObject<{
6709
6709
  param: string;
6710
6710
  title: string;
6711
6711
  description: string;
6712
- default: string | null;
6712
+ default: string;
6713
6713
  choices: string[];
6714
6714
  }>;
6715
6715
  schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
@@ -6810,7 +6810,7 @@ declare const GatewayStreamChatRequest: z.ZodObject<{
6810
6810
  param: string;
6811
6811
  title: string;
6812
6812
  description: string;
6813
- default: string | null;
6813
+ default: string;
6814
6814
  choices: string[];
6815
6815
  }>;
6816
6816
  schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
@@ -6855,7 +6855,7 @@ declare const GatewayStreamChatRequest: z.ZodObject<{
6855
6855
  param: string;
6856
6856
  title: string;
6857
6857
  description: string;
6858
- default: string | null;
6858
+ default: string;
6859
6859
  choices: string[];
6860
6860
  }>;
6861
6861
  schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
@@ -7151,7 +7151,7 @@ declare const GatewayStreamChatRequest: z.ZodObject<{
7151
7151
  param: string;
7152
7152
  title: string;
7153
7153
  description: string;
7154
- default: string | null;
7154
+ default: string;
7155
7155
  choices: string[];
7156
7156
  }>;
7157
7157
  schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
@@ -7251,7 +7251,7 @@ declare const GatewayStreamChatRequest: z.ZodObject<{
7251
7251
  param: string;
7252
7252
  title: string;
7253
7253
  description: string;
7254
- default: string | null;
7254
+ default: string;
7255
7255
  choices: string[];
7256
7256
  }>;
7257
7257
  schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
@@ -7351,7 +7351,7 @@ declare const GatewayGetEmbeddingsRequest: z.ZodObject<{
7351
7351
  param: string;
7352
7352
  title: string;
7353
7353
  description: string;
7354
- default: string | null;
7354
+ default: string;
7355
7355
  choices: string[];
7356
7356
  }>;
7357
7357
  schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
@@ -7395,7 +7395,7 @@ declare const GatewayGetEmbeddingsRequest: z.ZodObject<{
7395
7395
  param: string;
7396
7396
  title: string;
7397
7397
  description: string;
7398
- default: string | null;
7398
+ default: string;
7399
7399
  choices: string[];
7400
7400
  }>;
7401
7401
  schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
@@ -7481,7 +7481,7 @@ declare const GatewayGetEmbeddingsRequest: z.ZodObject<{
7481
7481
  param: string;
7482
7482
  title: string;
7483
7483
  description: string;
7484
- default: string | null;
7484
+ default: string;
7485
7485
  choices: string[];
7486
7486
  }>;
7487
7487
  schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
@@ -7542,7 +7542,7 @@ declare const GatewayGetEmbeddingsRequest: z.ZodObject<{
7542
7542
  param: string;
7543
7543
  title: string;
7544
7544
  description: string;
7545
- default: string | null;
7545
+ default: string;
7546
7546
  choices: string[];
7547
7547
  }>;
7548
7548
  schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
@@ -7605,7 +7605,7 @@ declare const GatewayProxyCompleteChatRequest: z.ZodObject<{
7605
7605
  param: string;
7606
7606
  title: string;
7607
7607
  description: string;
7608
- default: string | null;
7608
+ default: string;
7609
7609
  choices: string[];
7610
7610
  }>;
7611
7611
  schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
@@ -7650,7 +7650,7 @@ declare const GatewayProxyCompleteChatRequest: z.ZodObject<{
7650
7650
  param: string;
7651
7651
  title: string;
7652
7652
  description: string;
7653
- default: string | null;
7653
+ default: string;
7654
7654
  choices: string[];
7655
7655
  }>;
7656
7656
  schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
@@ -7701,7 +7701,7 @@ declare const GatewayProxyCompleteChatRequest: z.ZodObject<{
7701
7701
  param: string;
7702
7702
  title: string;
7703
7703
  description: string;
7704
- default: string | null;
7704
+ default: string;
7705
7705
  choices: string[];
7706
7706
  }>;
7707
7707
  schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
@@ -7751,7 +7751,7 @@ declare const GatewayProxyCompleteChatRequest: z.ZodObject<{
7751
7751
  param: string;
7752
7752
  title: string;
7753
7753
  description: string;
7754
- default: string | null;
7754
+ default: string;
7755
7755
  choices: string[];
7756
7756
  }>;
7757
7757
  schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
@@ -7802,7 +7802,7 @@ declare const GatewayProxyStreamChatRequest: z.ZodObject<{
7802
7802
  param: string;
7803
7803
  title: string;
7804
7804
  description: string;
7805
- default: string | null;
7805
+ default: string;
7806
7806
  choices: string[];
7807
7807
  }>;
7808
7808
  schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
@@ -7847,7 +7847,7 @@ declare const GatewayProxyStreamChatRequest: z.ZodObject<{
7847
7847
  param: string;
7848
7848
  title: string;
7849
7849
  description: string;
7850
- default: string | null;
7850
+ default: string;
7851
7851
  choices: string[];
7852
7852
  }>;
7853
7853
  schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
@@ -7898,7 +7898,7 @@ declare const GatewayProxyStreamChatRequest: z.ZodObject<{
7898
7898
  param: string;
7899
7899
  title: string;
7900
7900
  description: string;
7901
- default: string | null;
7901
+ default: string;
7902
7902
  choices: string[];
7903
7903
  }>;
7904
7904
  schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
@@ -7948,7 +7948,7 @@ declare const GatewayProxyStreamChatRequest: z.ZodObject<{
7948
7948
  param: string;
7949
7949
  title: string;
7950
7950
  description: string;
7951
- default: string | null;
7951
+ default: string;
7952
7952
  choices: string[];
7953
7953
  }>;
7954
7954
  schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
@@ -7998,7 +7998,7 @@ declare const GatewayProxyGetEmbeddingsRequest: z.ZodObject<{
7998
7998
  param: string;
7999
7999
  title: string;
8000
8000
  description: string;
8001
- default: string | null;
8001
+ default: string;
8002
8002
  choices: string[];
8003
8003
  }>;
8004
8004
  schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
@@ -8042,7 +8042,7 @@ declare const GatewayProxyGetEmbeddingsRequest: z.ZodObject<{
8042
8042
  param: string;
8043
8043
  title: string;
8044
8044
  description: string;
8045
- default: string | null;
8045
+ default: string;
8046
8046
  choices: string[];
8047
8047
  }>;
8048
8048
  schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
@@ -8092,7 +8092,7 @@ declare const GatewayProxyGetEmbeddingsRequest: z.ZodObject<{
8092
8092
  param: string;
8093
8093
  title: string;
8094
8094
  description: string;
8095
- default: string | null;
8095
+ default: string;
8096
8096
  choices: string[];
8097
8097
  }>;
8098
8098
  schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
@@ -8141,7 +8141,7 @@ declare const GatewayProxyGetEmbeddingsRequest: z.ZodObject<{
8141
8141
  param: string;
8142
8142
  title: string;
8143
8143
  description: string;
8144
- default: string | null;
8144
+ default: string;
8145
8145
  choices: string[];
8146
8146
  }>;
8147
8147
  schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;