@adaline/anthropic 1.13.6 → 1.13.7

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
@@ -831,6 +831,14 @@ declare const Claude4Opus20250514Schema: {
831
831
  description: string;
832
832
  default: string;
833
833
  choices: string[];
834
+ } | {
835
+ type: "string";
836
+ param: string;
837
+ title: string;
838
+ description: string;
839
+ default?: string | undefined;
840
+ minLength?: number | undefined;
841
+ maxLength?: number | undefined;
834
842
  }>;
835
843
  schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
836
844
  };
@@ -937,6 +945,14 @@ declare const Claude4Sonnet20250514Schema: {
937
945
  description: string;
938
946
  default: string;
939
947
  choices: string[];
948
+ } | {
949
+ type: "string";
950
+ param: string;
951
+ title: string;
952
+ description: string;
953
+ default?: string | undefined;
954
+ minLength?: number | undefined;
955
+ maxLength?: number | undefined;
940
956
  }>;
941
957
  schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
942
958
  };
@@ -1043,6 +1059,14 @@ declare const ClaudeOpus4_520251101Schema: {
1043
1059
  description: string;
1044
1060
  default: string;
1045
1061
  choices: string[];
1062
+ } | {
1063
+ type: "string";
1064
+ param: string;
1065
+ title: string;
1066
+ description: string;
1067
+ default?: string | undefined;
1068
+ minLength?: number | undefined;
1069
+ maxLength?: number | undefined;
1046
1070
  }>;
1047
1071
  schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
1048
1072
  };
@@ -1149,6 +1173,14 @@ declare const ClaudeOpus4_6Schema: {
1149
1173
  description: string;
1150
1174
  default: string;
1151
1175
  choices: string[];
1176
+ } | {
1177
+ type: "string";
1178
+ param: string;
1179
+ title: string;
1180
+ description: string;
1181
+ default?: string | undefined;
1182
+ minLength?: number | undefined;
1183
+ maxLength?: number | undefined;
1152
1184
  }>;
1153
1185
  schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
1154
1186
  };
@@ -1255,6 +1287,14 @@ declare const ClaudeOpus4_7Schema: {
1255
1287
  description: string;
1256
1288
  default: string;
1257
1289
  choices: string[];
1290
+ } | {
1291
+ type: "string";
1292
+ param: string;
1293
+ title: string;
1294
+ description: string;
1295
+ default?: string | undefined;
1296
+ minLength?: number | undefined;
1297
+ maxLength?: number | undefined;
1258
1298
  }>;
1259
1299
  schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
1260
1300
  };
@@ -1361,6 +1401,14 @@ declare const ClaudeSonnet4_520250929Schema: {
1361
1401
  description: string;
1362
1402
  default: string;
1363
1403
  choices: string[];
1404
+ } | {
1405
+ type: "string";
1406
+ param: string;
1407
+ title: string;
1408
+ description: string;
1409
+ default?: string | undefined;
1410
+ minLength?: number | undefined;
1411
+ maxLength?: number | undefined;
1364
1412
  }>;
1365
1413
  schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
1366
1414
  };
@@ -1467,6 +1515,14 @@ declare const ClaudeSonnet4_6Schema: {
1467
1515
  description: string;
1468
1516
  default: string;
1469
1517
  choices: string[];
1518
+ } | {
1519
+ type: "string";
1520
+ param: string;
1521
+ title: string;
1522
+ description: string;
1523
+ default?: string | undefined;
1524
+ minLength?: number | undefined;
1525
+ maxLength?: number | undefined;
1470
1526
  }>;
1471
1527
  schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
1472
1528
  };
@@ -1573,6 +1629,14 @@ declare const ClaudeHaiku4_520251001Schema: {
1573
1629
  description: string;
1574
1630
  default: string;
1575
1631
  choices: string[];
1632
+ } | {
1633
+ type: "string";
1634
+ param: string;
1635
+ title: string;
1636
+ description: string;
1637
+ default?: string | undefined;
1638
+ minLength?: number | undefined;
1639
+ maxLength?: number | undefined;
1576
1640
  }>;
1577
1641
  schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
1578
1642
  };
@@ -1679,6 +1743,14 @@ declare const Claude3_5Sonnet20240620Schema: {
1679
1743
  description: string;
1680
1744
  default: string;
1681
1745
  choices: string[];
1746
+ } | {
1747
+ type: "string";
1748
+ param: string;
1749
+ title: string;
1750
+ description: string;
1751
+ default?: string | undefined;
1752
+ minLength?: number | undefined;
1753
+ maxLength?: number | undefined;
1682
1754
  }>;
1683
1755
  schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
1684
1756
  };
@@ -1785,6 +1857,14 @@ declare const Claude3_5Sonnet20241022Schema: {
1785
1857
  description: string;
1786
1858
  default: string;
1787
1859
  choices: string[];
1860
+ } | {
1861
+ type: "string";
1862
+ param: string;
1863
+ title: string;
1864
+ description: string;
1865
+ default?: string | undefined;
1866
+ minLength?: number | undefined;
1867
+ maxLength?: number | undefined;
1788
1868
  }>;
1789
1869
  schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
1790
1870
  };
@@ -1891,6 +1971,14 @@ declare const Claude3_7Sonnet20250219Schema: {
1891
1971
  description: string;
1892
1972
  default: string;
1893
1973
  choices: string[];
1974
+ } | {
1975
+ type: "string";
1976
+ param: string;
1977
+ title: string;
1978
+ description: string;
1979
+ default?: string | undefined;
1980
+ minLength?: number | undefined;
1981
+ maxLength?: number | undefined;
1894
1982
  }>;
1895
1983
  schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
1896
1984
  };
@@ -1998,6 +2086,14 @@ declare const Claude3Haiku20240307Schema: {
1998
2086
  description: string;
1999
2087
  default: string;
2000
2088
  choices: string[];
2089
+ } | {
2090
+ type: "string";
2091
+ param: string;
2092
+ title: string;
2093
+ description: string;
2094
+ default?: string | undefined;
2095
+ minLength?: number | undefined;
2096
+ maxLength?: number | undefined;
2001
2097
  }>;
2002
2098
  schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
2003
2099
  };
@@ -2104,6 +2200,14 @@ declare const Claude3_5Haiku20241022Schema: {
2104
2200
  description: string;
2105
2201
  default: string;
2106
2202
  choices: string[];
2203
+ } | {
2204
+ type: "string";
2205
+ param: string;
2206
+ title: string;
2207
+ description: string;
2208
+ default?: string | undefined;
2209
+ minLength?: number | undefined;
2210
+ maxLength?: number | undefined;
2107
2211
  }>;
2108
2212
  schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
2109
2213
  };
@@ -2210,6 +2314,14 @@ declare const Claude3Opus20240229Schema: {
2210
2314
  description: string;
2211
2315
  default: string;
2212
2316
  choices: string[];
2317
+ } | {
2318
+ type: "string";
2319
+ param: string;
2320
+ title: string;
2321
+ description: string;
2322
+ default?: string | undefined;
2323
+ minLength?: number | undefined;
2324
+ maxLength?: number | undefined;
2213
2325
  }>;
2214
2326
  schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
2215
2327
  };
@@ -2316,6 +2428,14 @@ declare const Claude3Sonnet20240229Schema: {
2316
2428
  description: string;
2317
2429
  default: string;
2318
2430
  choices: string[];
2431
+ } | {
2432
+ type: "string";
2433
+ param: string;
2434
+ title: string;
2435
+ description: string;
2436
+ default?: string | undefined;
2437
+ minLength?: number | undefined;
2438
+ maxLength?: number | undefined;
2319
2439
  }>;
2320
2440
  schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
2321
2441
  };
@@ -4617,6 +4737,14 @@ declare const VoyageCode2Schema: {
4617
4737
  description: string;
4618
4738
  default: string;
4619
4739
  choices: string[];
4740
+ } | {
4741
+ type: "string";
4742
+ param: string;
4743
+ title: string;
4744
+ description: string;
4745
+ default?: string | undefined;
4746
+ minLength?: number | undefined;
4747
+ maxLength?: number | undefined;
4620
4748
  }>;
4621
4749
  schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
4622
4750
  };
@@ -4704,6 +4832,14 @@ declare const VoyageLaw2Schema: {
4704
4832
  description: string;
4705
4833
  default: string;
4706
4834
  choices: string[];
4835
+ } | {
4836
+ type: "string";
4837
+ param: string;
4838
+ title: string;
4839
+ description: string;
4840
+ default?: string | undefined;
4841
+ minLength?: number | undefined;
4842
+ maxLength?: number | undefined;
4707
4843
  }>;
4708
4844
  schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
4709
4845
  };
@@ -4791,6 +4927,14 @@ declare const VoyageMultilingual2Schema: {
4791
4927
  description: string;
4792
4928
  default: string;
4793
4929
  choices: string[];
4930
+ } | {
4931
+ type: "string";
4932
+ param: string;
4933
+ title: string;
4934
+ description: string;
4935
+ default?: string | undefined;
4936
+ minLength?: number | undefined;
4937
+ maxLength?: number | undefined;
4794
4938
  }>;
4795
4939
  schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
4796
4940
  };
@@ -4878,6 +5022,14 @@ declare const VoyageFinance2Schema: {
4878
5022
  description: string;
4879
5023
  default: string;
4880
5024
  choices: string[];
5025
+ } | {
5026
+ type: "string";
5027
+ param: string;
5028
+ title: string;
5029
+ description: string;
5030
+ default?: string | undefined;
5031
+ minLength?: number | undefined;
5032
+ maxLength?: number | undefined;
4881
5033
  }>;
4882
5034
  schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
4883
5035
  };
@@ -4965,6 +5117,14 @@ declare const Voyage3LiteSchema: {
4965
5117
  description: string;
4966
5118
  default: string;
4967
5119
  choices: string[];
5120
+ } | {
5121
+ type: "string";
5122
+ param: string;
5123
+ title: string;
5124
+ description: string;
5125
+ default?: string | undefined;
5126
+ minLength?: number | undefined;
5127
+ maxLength?: number | undefined;
4968
5128
  }>;
4969
5129
  schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
4970
5130
  };
@@ -5052,6 +5212,14 @@ declare const Voyage3Schema: {
5052
5212
  description: string;
5053
5213
  default: string;
5054
5214
  choices: string[];
5215
+ } | {
5216
+ type: "string";
5217
+ param: string;
5218
+ title: string;
5219
+ description: string;
5220
+ default?: string | undefined;
5221
+ minLength?: number | undefined;
5222
+ maxLength?: number | undefined;
5055
5223
  }>;
5056
5224
  schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
5057
5225
  };
package/dist/index.d.ts CHANGED
@@ -831,6 +831,14 @@ declare const Claude4Opus20250514Schema: {
831
831
  description: string;
832
832
  default: string;
833
833
  choices: string[];
834
+ } | {
835
+ type: "string";
836
+ param: string;
837
+ title: string;
838
+ description: string;
839
+ default?: string | undefined;
840
+ minLength?: number | undefined;
841
+ maxLength?: number | undefined;
834
842
  }>;
835
843
  schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
836
844
  };
@@ -937,6 +945,14 @@ declare const Claude4Sonnet20250514Schema: {
937
945
  description: string;
938
946
  default: string;
939
947
  choices: string[];
948
+ } | {
949
+ type: "string";
950
+ param: string;
951
+ title: string;
952
+ description: string;
953
+ default?: string | undefined;
954
+ minLength?: number | undefined;
955
+ maxLength?: number | undefined;
940
956
  }>;
941
957
  schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
942
958
  };
@@ -1043,6 +1059,14 @@ declare const ClaudeOpus4_520251101Schema: {
1043
1059
  description: string;
1044
1060
  default: string;
1045
1061
  choices: string[];
1062
+ } | {
1063
+ type: "string";
1064
+ param: string;
1065
+ title: string;
1066
+ description: string;
1067
+ default?: string | undefined;
1068
+ minLength?: number | undefined;
1069
+ maxLength?: number | undefined;
1046
1070
  }>;
1047
1071
  schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
1048
1072
  };
@@ -1149,6 +1173,14 @@ declare const ClaudeOpus4_6Schema: {
1149
1173
  description: string;
1150
1174
  default: string;
1151
1175
  choices: string[];
1176
+ } | {
1177
+ type: "string";
1178
+ param: string;
1179
+ title: string;
1180
+ description: string;
1181
+ default?: string | undefined;
1182
+ minLength?: number | undefined;
1183
+ maxLength?: number | undefined;
1152
1184
  }>;
1153
1185
  schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
1154
1186
  };
@@ -1255,6 +1287,14 @@ declare const ClaudeOpus4_7Schema: {
1255
1287
  description: string;
1256
1288
  default: string;
1257
1289
  choices: string[];
1290
+ } | {
1291
+ type: "string";
1292
+ param: string;
1293
+ title: string;
1294
+ description: string;
1295
+ default?: string | undefined;
1296
+ minLength?: number | undefined;
1297
+ maxLength?: number | undefined;
1258
1298
  }>;
1259
1299
  schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
1260
1300
  };
@@ -1361,6 +1401,14 @@ declare const ClaudeSonnet4_520250929Schema: {
1361
1401
  description: string;
1362
1402
  default: string;
1363
1403
  choices: string[];
1404
+ } | {
1405
+ type: "string";
1406
+ param: string;
1407
+ title: string;
1408
+ description: string;
1409
+ default?: string | undefined;
1410
+ minLength?: number | undefined;
1411
+ maxLength?: number | undefined;
1364
1412
  }>;
1365
1413
  schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
1366
1414
  };
@@ -1467,6 +1515,14 @@ declare const ClaudeSonnet4_6Schema: {
1467
1515
  description: string;
1468
1516
  default: string;
1469
1517
  choices: string[];
1518
+ } | {
1519
+ type: "string";
1520
+ param: string;
1521
+ title: string;
1522
+ description: string;
1523
+ default?: string | undefined;
1524
+ minLength?: number | undefined;
1525
+ maxLength?: number | undefined;
1470
1526
  }>;
1471
1527
  schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
1472
1528
  };
@@ -1573,6 +1629,14 @@ declare const ClaudeHaiku4_520251001Schema: {
1573
1629
  description: string;
1574
1630
  default: string;
1575
1631
  choices: string[];
1632
+ } | {
1633
+ type: "string";
1634
+ param: string;
1635
+ title: string;
1636
+ description: string;
1637
+ default?: string | undefined;
1638
+ minLength?: number | undefined;
1639
+ maxLength?: number | undefined;
1576
1640
  }>;
1577
1641
  schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
1578
1642
  };
@@ -1679,6 +1743,14 @@ declare const Claude3_5Sonnet20240620Schema: {
1679
1743
  description: string;
1680
1744
  default: string;
1681
1745
  choices: string[];
1746
+ } | {
1747
+ type: "string";
1748
+ param: string;
1749
+ title: string;
1750
+ description: string;
1751
+ default?: string | undefined;
1752
+ minLength?: number | undefined;
1753
+ maxLength?: number | undefined;
1682
1754
  }>;
1683
1755
  schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
1684
1756
  };
@@ -1785,6 +1857,14 @@ declare const Claude3_5Sonnet20241022Schema: {
1785
1857
  description: string;
1786
1858
  default: string;
1787
1859
  choices: string[];
1860
+ } | {
1861
+ type: "string";
1862
+ param: string;
1863
+ title: string;
1864
+ description: string;
1865
+ default?: string | undefined;
1866
+ minLength?: number | undefined;
1867
+ maxLength?: number | undefined;
1788
1868
  }>;
1789
1869
  schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
1790
1870
  };
@@ -1891,6 +1971,14 @@ declare const Claude3_7Sonnet20250219Schema: {
1891
1971
  description: string;
1892
1972
  default: string;
1893
1973
  choices: string[];
1974
+ } | {
1975
+ type: "string";
1976
+ param: string;
1977
+ title: string;
1978
+ description: string;
1979
+ default?: string | undefined;
1980
+ minLength?: number | undefined;
1981
+ maxLength?: number | undefined;
1894
1982
  }>;
1895
1983
  schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
1896
1984
  };
@@ -1998,6 +2086,14 @@ declare const Claude3Haiku20240307Schema: {
1998
2086
  description: string;
1999
2087
  default: string;
2000
2088
  choices: string[];
2089
+ } | {
2090
+ type: "string";
2091
+ param: string;
2092
+ title: string;
2093
+ description: string;
2094
+ default?: string | undefined;
2095
+ minLength?: number | undefined;
2096
+ maxLength?: number | undefined;
2001
2097
  }>;
2002
2098
  schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
2003
2099
  };
@@ -2104,6 +2200,14 @@ declare const Claude3_5Haiku20241022Schema: {
2104
2200
  description: string;
2105
2201
  default: string;
2106
2202
  choices: string[];
2203
+ } | {
2204
+ type: "string";
2205
+ param: string;
2206
+ title: string;
2207
+ description: string;
2208
+ default?: string | undefined;
2209
+ minLength?: number | undefined;
2210
+ maxLength?: number | undefined;
2107
2211
  }>;
2108
2212
  schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
2109
2213
  };
@@ -2210,6 +2314,14 @@ declare const Claude3Opus20240229Schema: {
2210
2314
  description: string;
2211
2315
  default: string;
2212
2316
  choices: string[];
2317
+ } | {
2318
+ type: "string";
2319
+ param: string;
2320
+ title: string;
2321
+ description: string;
2322
+ default?: string | undefined;
2323
+ minLength?: number | undefined;
2324
+ maxLength?: number | undefined;
2213
2325
  }>;
2214
2326
  schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
2215
2327
  };
@@ -2316,6 +2428,14 @@ declare const Claude3Sonnet20240229Schema: {
2316
2428
  description: string;
2317
2429
  default: string;
2318
2430
  choices: string[];
2431
+ } | {
2432
+ type: "string";
2433
+ param: string;
2434
+ title: string;
2435
+ description: string;
2436
+ default?: string | undefined;
2437
+ minLength?: number | undefined;
2438
+ maxLength?: number | undefined;
2319
2439
  }>;
2320
2440
  schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
2321
2441
  };
@@ -4617,6 +4737,14 @@ declare const VoyageCode2Schema: {
4617
4737
  description: string;
4618
4738
  default: string;
4619
4739
  choices: string[];
4740
+ } | {
4741
+ type: "string";
4742
+ param: string;
4743
+ title: string;
4744
+ description: string;
4745
+ default?: string | undefined;
4746
+ minLength?: number | undefined;
4747
+ maxLength?: number | undefined;
4620
4748
  }>;
4621
4749
  schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
4622
4750
  };
@@ -4704,6 +4832,14 @@ declare const VoyageLaw2Schema: {
4704
4832
  description: string;
4705
4833
  default: string;
4706
4834
  choices: string[];
4835
+ } | {
4836
+ type: "string";
4837
+ param: string;
4838
+ title: string;
4839
+ description: string;
4840
+ default?: string | undefined;
4841
+ minLength?: number | undefined;
4842
+ maxLength?: number | undefined;
4707
4843
  }>;
4708
4844
  schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
4709
4845
  };
@@ -4791,6 +4927,14 @@ declare const VoyageMultilingual2Schema: {
4791
4927
  description: string;
4792
4928
  default: string;
4793
4929
  choices: string[];
4930
+ } | {
4931
+ type: "string";
4932
+ param: string;
4933
+ title: string;
4934
+ description: string;
4935
+ default?: string | undefined;
4936
+ minLength?: number | undefined;
4937
+ maxLength?: number | undefined;
4794
4938
  }>;
4795
4939
  schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
4796
4940
  };
@@ -4878,6 +5022,14 @@ declare const VoyageFinance2Schema: {
4878
5022
  description: string;
4879
5023
  default: string;
4880
5024
  choices: string[];
5025
+ } | {
5026
+ type: "string";
5027
+ param: string;
5028
+ title: string;
5029
+ description: string;
5030
+ default?: string | undefined;
5031
+ minLength?: number | undefined;
5032
+ maxLength?: number | undefined;
4881
5033
  }>;
4882
5034
  schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
4883
5035
  };
@@ -4965,6 +5117,14 @@ declare const Voyage3LiteSchema: {
4965
5117
  description: string;
4966
5118
  default: string;
4967
5119
  choices: string[];
5120
+ } | {
5121
+ type: "string";
5122
+ param: string;
5123
+ title: string;
5124
+ description: string;
5125
+ default?: string | undefined;
5126
+ minLength?: number | undefined;
5127
+ maxLength?: number | undefined;
4968
5128
  }>;
4969
5129
  schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
4970
5130
  };
@@ -5052,6 +5212,14 @@ declare const Voyage3Schema: {
5052
5212
  description: string;
5053
5213
  default: string;
5054
5214
  choices: string[];
5215
+ } | {
5216
+ type: "string";
5217
+ param: string;
5218
+ title: string;
5219
+ description: string;
5220
+ default?: string | undefined;
5221
+ minLength?: number | undefined;
5222
+ maxLength?: number | undefined;
5055
5223
  }>;
5056
5224
  schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
5057
5225
  };