@decocms/bindings 0.2.4-beta.1 → 0.2.4-beta.2

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.
@@ -34,13 +34,13 @@ declare const LanguageModelCallOptionsSchema: z.ZodObject<{
34
34
  description: z.ZodOptional<z.ZodString>;
35
35
  }, "strip", z.ZodTypeAny, {
36
36
  type: "json";
37
- description?: string | undefined;
38
37
  name?: string | undefined;
38
+ description?: string | undefined;
39
39
  schema?: any;
40
40
  }, {
41
41
  type: "json";
42
- description?: string | undefined;
43
42
  name?: string | undefined;
43
+ description?: string | undefined;
44
44
  schema?: any;
45
45
  }>]>>;
46
46
  tools: z.ZodOptional<z.ZodArray<z.ZodAny, "many">>;
@@ -65,8 +65,8 @@ declare const LanguageModelCallOptionsSchema: z.ZodObject<{
65
65
  type: "text";
66
66
  } | {
67
67
  type: "json";
68
- description?: string | undefined;
69
68
  name?: string | undefined;
69
+ description?: string | undefined;
70
70
  schema?: any;
71
71
  } | undefined;
72
72
  toolChoice?: any;
@@ -89,8 +89,8 @@ declare const LanguageModelCallOptionsSchema: z.ZodObject<{
89
89
  type: "text";
90
90
  } | {
91
91
  type: "json";
92
- description?: string | undefined;
93
92
  name?: string | undefined;
93
+ description?: string | undefined;
94
94
  schema?: any;
95
95
  } | undefined;
96
96
  toolChoice?: any;
@@ -278,8 +278,8 @@ declare const ModelSchema: z.ZodObject<{
278
278
  }>>;
279
279
  provider: z.ZodNullable<z.ZodEnum<["openai", "anthropic", "google", "x-ai", "deepseek", "openai-compatible", "openrouter"]>>;
280
280
  }, "strip", z.ZodTypeAny, {
281
- description: string | null;
282
281
  capabilities: string[];
282
+ description: string | null;
283
283
  modelId: string;
284
284
  logo: string | null;
285
285
  limits: {
@@ -292,8 +292,8 @@ declare const ModelSchema: z.ZodObject<{
292
292
  } | null;
293
293
  provider: "openai" | "anthropic" | "google" | "x-ai" | "deepseek" | "openai-compatible" | "openrouter" | null;
294
294
  }, {
295
- description: string | null;
296
295
  capabilities: string[];
296
+ description: string | null;
297
297
  modelId: string;
298
298
  logo: string | null;
299
299
  limits: {
@@ -331,13 +331,13 @@ declare const LanguageModelInputSchema: z.ZodObject<{
331
331
  description: z.ZodOptional<z.ZodString>;
332
332
  }, "strip", z.ZodTypeAny, {
333
333
  type: "json";
334
- description?: string | undefined;
335
334
  name?: string | undefined;
335
+ description?: string | undefined;
336
336
  schema?: any;
337
337
  }, {
338
338
  type: "json";
339
- description?: string | undefined;
340
339
  name?: string | undefined;
340
+ description?: string | undefined;
341
341
  schema?: any;
342
342
  }>]>>;
343
343
  tools: z.ZodOptional<z.ZodArray<z.ZodAny, "many">>;
@@ -362,8 +362,8 @@ declare const LanguageModelInputSchema: z.ZodObject<{
362
362
  type: "text";
363
363
  } | {
364
364
  type: "json";
365
- description?: string | undefined;
366
365
  name?: string | undefined;
366
+ description?: string | undefined;
367
367
  schema?: any;
368
368
  } | undefined;
369
369
  toolChoice?: any;
@@ -386,8 +386,8 @@ declare const LanguageModelInputSchema: z.ZodObject<{
386
386
  type: "text";
387
387
  } | {
388
388
  type: "json";
389
- description?: string | undefined;
390
389
  name?: string | undefined;
390
+ description?: string | undefined;
391
391
  schema?: any;
392
392
  } | undefined;
393
393
  toolChoice?: any;
@@ -413,8 +413,8 @@ declare const LanguageModelInputSchema: z.ZodObject<{
413
413
  type: "text";
414
414
  } | {
415
415
  type: "json";
416
- description?: string | undefined;
417
416
  name?: string | undefined;
417
+ description?: string | undefined;
418
418
  schema?: any;
419
419
  } | undefined;
420
420
  toolChoice?: any;
@@ -440,8 +440,8 @@ declare const LanguageModelInputSchema: z.ZodObject<{
440
440
  type: "text";
441
441
  } | {
442
442
  type: "json";
443
- description?: string | undefined;
444
443
  name?: string | undefined;
444
+ description?: string | undefined;
445
445
  schema?: any;
446
446
  } | undefined;
447
447
  toolChoice?: any;
@@ -492,8 +492,8 @@ declare const ModelCollectionEntitySchema: z.ZodObject<{
492
492
  title: string;
493
493
  created_at: string;
494
494
  updated_at: string;
495
- description: string | null;
496
495
  capabilities: string[];
496
+ description: string | null;
497
497
  logo: string | null;
498
498
  limits: {
499
499
  maxOutputTokens: number;
@@ -511,8 +511,8 @@ declare const ModelCollectionEntitySchema: z.ZodObject<{
511
511
  title: string;
512
512
  created_at: string;
513
513
  updated_at: string;
514
- description: string | null;
515
514
  capabilities: string[];
515
+ description: string | null;
516
516
  logo: string | null;
517
517
  limits: {
518
518
  maxOutputTokens: number;
@@ -580,8 +580,8 @@ declare const LANGUAGE_MODEL_BINDING: ({
580
580
  title: string;
581
581
  created_at: string;
582
582
  updated_at: string;
583
- description: string | null;
584
583
  capabilities: string[];
584
+ description: string | null;
585
585
  logo: string | null;
586
586
  limits: {
587
587
  maxOutputTokens: number;
@@ -599,8 +599,8 @@ declare const LANGUAGE_MODEL_BINDING: ({
599
599
  title: string;
600
600
  created_at: string;
601
601
  updated_at: string;
602
- description: string | null;
603
602
  capabilities: string[];
603
+ description: string | null;
604
604
  logo: string | null;
605
605
  limits: {
606
606
  maxOutputTokens: number;
@@ -622,8 +622,8 @@ declare const LANGUAGE_MODEL_BINDING: ({
622
622
  title: string;
623
623
  created_at: string;
624
624
  updated_at: string;
625
- description: string | null;
626
625
  capabilities: string[];
626
+ description: string | null;
627
627
  logo: string | null;
628
628
  limits: {
629
629
  maxOutputTokens: number;
@@ -645,8 +645,8 @@ declare const LANGUAGE_MODEL_BINDING: ({
645
645
  title: string;
646
646
  created_at: string;
647
647
  updated_at: string;
648
- description: string | null;
649
648
  capabilities: string[];
649
+ description: string | null;
650
650
  logo: string | null;
651
651
  limits: {
652
652
  maxOutputTokens: number;
@@ -704,8 +704,8 @@ declare const LANGUAGE_MODEL_BINDING: ({
704
704
  title: string;
705
705
  created_at: string;
706
706
  updated_at: string;
707
- description: string | null;
708
707
  capabilities: string[];
708
+ description: string | null;
709
709
  logo: string | null;
710
710
  limits: {
711
711
  maxOutputTokens: number;
@@ -723,8 +723,8 @@ declare const LANGUAGE_MODEL_BINDING: ({
723
723
  title: string;
724
724
  created_at: string;
725
725
  updated_at: string;
726
- description: string | null;
727
726
  capabilities: string[];
727
+ description: string | null;
728
728
  logo: string | null;
729
729
  limits: {
730
730
  maxOutputTokens: number;
@@ -744,8 +744,8 @@ declare const LANGUAGE_MODEL_BINDING: ({
744
744
  title: string;
745
745
  created_at: string;
746
746
  updated_at: string;
747
- description: string | null;
748
747
  capabilities: string[];
748
+ description: string | null;
749
749
  logo: string | null;
750
750
  limits: {
751
751
  maxOutputTokens: number;
@@ -765,8 +765,8 @@ declare const LANGUAGE_MODEL_BINDING: ({
765
765
  title: string;
766
766
  created_at: string;
767
767
  updated_at: string;
768
- description: string | null;
769
768
  capabilities: string[];
769
+ description: string | null;
770
770
  logo: string | null;
771
771
  limits: {
772
772
  maxOutputTokens: number;
@@ -821,8 +821,8 @@ declare const LANGUAGE_MODEL_BINDING: ({
821
821
  title: string;
822
822
  created_at: string;
823
823
  updated_at: string;
824
- description: string | null;
825
824
  capabilities: string[];
825
+ description: string | null;
826
826
  logo: string | null;
827
827
  limits: {
828
828
  maxOutputTokens: number;
@@ -840,8 +840,8 @@ declare const LANGUAGE_MODEL_BINDING: ({
840
840
  title: string;
841
841
  created_at: string;
842
842
  updated_at: string;
843
- description: string | null;
844
843
  capabilities: string[];
844
+ description: string | null;
845
845
  logo: string | null;
846
846
  limits: {
847
847
  maxOutputTokens: number;
@@ -861,8 +861,8 @@ declare const LANGUAGE_MODEL_BINDING: ({
861
861
  title: string;
862
862
  created_at: string;
863
863
  updated_at: string;
864
- description: string | null;
865
864
  capabilities: string[];
865
+ description: string | null;
866
866
  logo: string | null;
867
867
  limits: {
868
868
  maxOutputTokens: number;
@@ -882,8 +882,8 @@ declare const LANGUAGE_MODEL_BINDING: ({
882
882
  title: string;
883
883
  created_at: string;
884
884
  updated_at: string;
885
- description: string | null;
886
885
  capabilities: string[];
886
+ description: string | null;
887
887
  logo: string | null;
888
888
  limits: {
889
889
  maxOutputTokens: number;
@@ -936,8 +936,8 @@ declare const LANGUAGE_MODEL_BINDING: ({
936
936
  title: string;
937
937
  created_at: string;
938
938
  updated_at: string;
939
- description: string | null;
940
939
  capabilities: string[];
940
+ description: string | null;
941
941
  logo: string | null;
942
942
  limits: {
943
943
  maxOutputTokens: number;
@@ -955,8 +955,8 @@ declare const LANGUAGE_MODEL_BINDING: ({
955
955
  title: string;
956
956
  created_at: string;
957
957
  updated_at: string;
958
- description: string | null;
959
958
  capabilities: string[];
959
+ description: string | null;
960
960
  logo: string | null;
961
961
  limits: {
962
962
  maxOutputTokens: number;
@@ -976,8 +976,8 @@ declare const LANGUAGE_MODEL_BINDING: ({
976
976
  title: string;
977
977
  created_at: string;
978
978
  updated_at: string;
979
- description: string | null;
980
979
  capabilities: string[];
980
+ description: string | null;
981
981
  logo: string | null;
982
982
  limits: {
983
983
  maxOutputTokens: number;
@@ -997,8 +997,8 @@ declare const LANGUAGE_MODEL_BINDING: ({
997
997
  title: string;
998
998
  created_at: string;
999
999
  updated_at: string;
1000
- description: string | null;
1001
1000
  capabilities: string[];
1001
+ description: string | null;
1002
1002
  logo: string | null;
1003
1003
  limits: {
1004
1004
  maxOutputTokens: number;
@@ -1074,8 +1074,8 @@ declare const LANGUAGE_MODEL_BINDING: ({
1074
1074
  title: string;
1075
1075
  created_at: string;
1076
1076
  updated_at: string;
1077
- description: string | null;
1078
1077
  capabilities: string[];
1078
+ description: string | null;
1079
1079
  logo: string | null;
1080
1080
  limits: {
1081
1081
  maxOutputTokens: number;
@@ -1093,8 +1093,8 @@ declare const LANGUAGE_MODEL_BINDING: ({
1093
1093
  title: string;
1094
1094
  created_at: string;
1095
1095
  updated_at: string;
1096
- description: string | null;
1097
1096
  capabilities: string[];
1097
+ description: string | null;
1098
1098
  logo: string | null;
1099
1099
  limits: {
1100
1100
  maxOutputTokens: number;
@@ -1114,8 +1114,8 @@ declare const LANGUAGE_MODEL_BINDING: ({
1114
1114
  title: string;
1115
1115
  created_at: string;
1116
1116
  updated_at: string;
1117
- description: string | null;
1118
1117
  capabilities: string[];
1118
+ description: string | null;
1119
1119
  logo: string | null;
1120
1120
  limits: {
1121
1121
  maxOutputTokens: number;
@@ -1135,8 +1135,8 @@ declare const LANGUAGE_MODEL_BINDING: ({
1135
1135
  title: string;
1136
1136
  created_at: string;
1137
1137
  updated_at: string;
1138
- description: string | null;
1139
1138
  capabilities: string[];
1139
+ description: string | null;
1140
1140
  logo: string | null;
1141
1141
  limits: {
1142
1142
  maxOutputTokens: number;
@@ -1193,8 +1193,8 @@ declare const LANGUAGE_MODEL_BINDING: ({
1193
1193
  title: string;
1194
1194
  created_at: string;
1195
1195
  updated_at: string;
1196
- description: string | null;
1197
1196
  capabilities: string[];
1197
+ description: string | null;
1198
1198
  logo: string | null;
1199
1199
  limits: {
1200
1200
  maxOutputTokens: number;
@@ -1212,8 +1212,8 @@ declare const LANGUAGE_MODEL_BINDING: ({
1212
1212
  title: string;
1213
1213
  created_at: string;
1214
1214
  updated_at: string;
1215
- description: string | null;
1216
1215
  capabilities: string[];
1216
+ description: string | null;
1217
1217
  logo: string | null;
1218
1218
  limits: {
1219
1219
  maxOutputTokens: number;
@@ -1233,8 +1233,8 @@ declare const LANGUAGE_MODEL_BINDING: ({
1233
1233
  title: string;
1234
1234
  created_at: string;
1235
1235
  updated_at: string;
1236
- description: string | null;
1237
1236
  capabilities: string[];
1237
+ description: string | null;
1238
1238
  logo: string | null;
1239
1239
  limits: {
1240
1240
  maxOutputTokens: number;
@@ -1254,8 +1254,8 @@ declare const LANGUAGE_MODEL_BINDING: ({
1254
1254
  title: string;
1255
1255
  created_at: string;
1256
1256
  updated_at: string;
1257
- description: string | null;
1258
1257
  capabilities: string[];
1258
+ description: string | null;
1259
1259
  logo: string | null;
1260
1260
  limits: {
1261
1261
  maxOutputTokens: number;
@@ -1315,13 +1315,13 @@ declare const LANGUAGE_MODEL_BINDING: ({
1315
1315
  description: z.ZodOptional<z.ZodString>;
1316
1316
  }, "strip", z.ZodTypeAny, {
1317
1317
  type: "json";
1318
- description?: string | undefined;
1319
1318
  name?: string | undefined;
1319
+ description?: string | undefined;
1320
1320
  schema?: any;
1321
1321
  }, {
1322
1322
  type: "json";
1323
- description?: string | undefined;
1324
1323
  name?: string | undefined;
1324
+ description?: string | undefined;
1325
1325
  schema?: any;
1326
1326
  }>]>>;
1327
1327
  tools: z.ZodOptional<z.ZodArray<z.ZodAny, "many">>;
@@ -1346,8 +1346,8 @@ declare const LANGUAGE_MODEL_BINDING: ({
1346
1346
  type: "text";
1347
1347
  } | {
1348
1348
  type: "json";
1349
- description?: string | undefined;
1350
1349
  name?: string | undefined;
1350
+ description?: string | undefined;
1351
1351
  schema?: any;
1352
1352
  } | undefined;
1353
1353
  toolChoice?: any;
@@ -1370,8 +1370,8 @@ declare const LANGUAGE_MODEL_BINDING: ({
1370
1370
  type: "text";
1371
1371
  } | {
1372
1372
  type: "json";
1373
- description?: string | undefined;
1374
1373
  name?: string | undefined;
1374
+ description?: string | undefined;
1375
1375
  schema?: any;
1376
1376
  } | undefined;
1377
1377
  toolChoice?: any;
@@ -1397,8 +1397,8 @@ declare const LANGUAGE_MODEL_BINDING: ({
1397
1397
  type: "text";
1398
1398
  } | {
1399
1399
  type: "json";
1400
- description?: string | undefined;
1401
1400
  name?: string | undefined;
1401
+ description?: string | undefined;
1402
1402
  schema?: any;
1403
1403
  } | undefined;
1404
1404
  toolChoice?: any;
@@ -1424,8 +1424,8 @@ declare const LANGUAGE_MODEL_BINDING: ({
1424
1424
  type: "text";
1425
1425
  } | {
1426
1426
  type: "json";
1427
- description?: string | undefined;
1428
1427
  name?: string | undefined;
1428
+ description?: string | undefined;
1429
1429
  schema?: any;
1430
1430
  } | undefined;
1431
1431
  toolChoice?: any;
@@ -1463,13 +1463,13 @@ declare const LANGUAGE_MODEL_BINDING: ({
1463
1463
  description: z.ZodOptional<z.ZodString>;
1464
1464
  }, "strip", z.ZodTypeAny, {
1465
1465
  type: "json";
1466
- description?: string | undefined;
1467
1466
  name?: string | undefined;
1467
+ description?: string | undefined;
1468
1468
  schema?: any;
1469
1469
  }, {
1470
1470
  type: "json";
1471
- description?: string | undefined;
1472
1471
  name?: string | undefined;
1472
+ description?: string | undefined;
1473
1473
  schema?: any;
1474
1474
  }>]>>;
1475
1475
  tools: z.ZodOptional<z.ZodArray<z.ZodAny, "many">>;
@@ -1494,8 +1494,8 @@ declare const LANGUAGE_MODEL_BINDING: ({
1494
1494
  type: "text";
1495
1495
  } | {
1496
1496
  type: "json";
1497
- description?: string | undefined;
1498
1497
  name?: string | undefined;
1498
+ description?: string | undefined;
1499
1499
  schema?: any;
1500
1500
  } | undefined;
1501
1501
  toolChoice?: any;
@@ -1518,8 +1518,8 @@ declare const LANGUAGE_MODEL_BINDING: ({
1518
1518
  type: "text";
1519
1519
  } | {
1520
1520
  type: "json";
1521
- description?: string | undefined;
1522
1521
  name?: string | undefined;
1522
+ description?: string | undefined;
1523
1523
  schema?: any;
1524
1524
  } | undefined;
1525
1525
  toolChoice?: any;
@@ -1545,8 +1545,8 @@ declare const LANGUAGE_MODEL_BINDING: ({
1545
1545
  type: "text";
1546
1546
  } | {
1547
1547
  type: "json";
1548
- description?: string | undefined;
1549
1548
  name?: string | undefined;
1549
+ description?: string | undefined;
1550
1550
  schema?: any;
1551
1551
  } | undefined;
1552
1552
  toolChoice?: any;
@@ -1572,8 +1572,8 @@ declare const LANGUAGE_MODEL_BINDING: ({
1572
1572
  type: "text";
1573
1573
  } | {
1574
1574
  type: "json";
1575
- description?: string | undefined;
1576
1575
  name?: string | undefined;
1576
+ description?: string | undefined;
1577
1577
  schema?: any;
1578
1578
  } | undefined;
1579
1579
  toolChoice?: any;
@@ -1728,8 +1728,8 @@ declare const LanguageModelBinding: {
1728
1728
  title: string;
1729
1729
  created_at: string;
1730
1730
  updated_at: string;
1731
- description: string | null;
1732
1731
  capabilities: string[];
1732
+ description: string | null;
1733
1733
  logo: string | null;
1734
1734
  limits: {
1735
1735
  maxOutputTokens: number;
@@ -1747,8 +1747,8 @@ declare const LanguageModelBinding: {
1747
1747
  title: string;
1748
1748
  created_at: string;
1749
1749
  updated_at: string;
1750
- description: string | null;
1751
1750
  capabilities: string[];
1751
+ description: string | null;
1752
1752
  logo: string | null;
1753
1753
  limits: {
1754
1754
  maxOutputTokens: number;
@@ -1770,8 +1770,8 @@ declare const LanguageModelBinding: {
1770
1770
  title: string;
1771
1771
  created_at: string;
1772
1772
  updated_at: string;
1773
- description: string | null;
1774
1773
  capabilities: string[];
1774
+ description: string | null;
1775
1775
  logo: string | null;
1776
1776
  limits: {
1777
1777
  maxOutputTokens: number;
@@ -1793,8 +1793,8 @@ declare const LanguageModelBinding: {
1793
1793
  title: string;
1794
1794
  created_at: string;
1795
1795
  updated_at: string;
1796
- description: string | null;
1797
1796
  capabilities: string[];
1797
+ description: string | null;
1798
1798
  logo: string | null;
1799
1799
  limits: {
1800
1800
  maxOutputTokens: number;
@@ -1852,8 +1852,8 @@ declare const LanguageModelBinding: {
1852
1852
  title: string;
1853
1853
  created_at: string;
1854
1854
  updated_at: string;
1855
- description: string | null;
1856
1855
  capabilities: string[];
1856
+ description: string | null;
1857
1857
  logo: string | null;
1858
1858
  limits: {
1859
1859
  maxOutputTokens: number;
@@ -1871,8 +1871,8 @@ declare const LanguageModelBinding: {
1871
1871
  title: string;
1872
1872
  created_at: string;
1873
1873
  updated_at: string;
1874
- description: string | null;
1875
1874
  capabilities: string[];
1875
+ description: string | null;
1876
1876
  logo: string | null;
1877
1877
  limits: {
1878
1878
  maxOutputTokens: number;
@@ -1892,8 +1892,8 @@ declare const LanguageModelBinding: {
1892
1892
  title: string;
1893
1893
  created_at: string;
1894
1894
  updated_at: string;
1895
- description: string | null;
1896
1895
  capabilities: string[];
1896
+ description: string | null;
1897
1897
  logo: string | null;
1898
1898
  limits: {
1899
1899
  maxOutputTokens: number;
@@ -1913,8 +1913,8 @@ declare const LanguageModelBinding: {
1913
1913
  title: string;
1914
1914
  created_at: string;
1915
1915
  updated_at: string;
1916
- description: string | null;
1917
1916
  capabilities: string[];
1917
+ description: string | null;
1918
1918
  logo: string | null;
1919
1919
  limits: {
1920
1920
  maxOutputTokens: number;
@@ -1969,8 +1969,8 @@ declare const LanguageModelBinding: {
1969
1969
  title: string;
1970
1970
  created_at: string;
1971
1971
  updated_at: string;
1972
- description: string | null;
1973
1972
  capabilities: string[];
1973
+ description: string | null;
1974
1974
  logo: string | null;
1975
1975
  limits: {
1976
1976
  maxOutputTokens: number;
@@ -1988,8 +1988,8 @@ declare const LanguageModelBinding: {
1988
1988
  title: string;
1989
1989
  created_at: string;
1990
1990
  updated_at: string;
1991
- description: string | null;
1992
1991
  capabilities: string[];
1992
+ description: string | null;
1993
1993
  logo: string | null;
1994
1994
  limits: {
1995
1995
  maxOutputTokens: number;
@@ -2009,8 +2009,8 @@ declare const LanguageModelBinding: {
2009
2009
  title: string;
2010
2010
  created_at: string;
2011
2011
  updated_at: string;
2012
- description: string | null;
2013
2012
  capabilities: string[];
2013
+ description: string | null;
2014
2014
  logo: string | null;
2015
2015
  limits: {
2016
2016
  maxOutputTokens: number;
@@ -2030,8 +2030,8 @@ declare const LanguageModelBinding: {
2030
2030
  title: string;
2031
2031
  created_at: string;
2032
2032
  updated_at: string;
2033
- description: string | null;
2034
2033
  capabilities: string[];
2034
+ description: string | null;
2035
2035
  logo: string | null;
2036
2036
  limits: {
2037
2037
  maxOutputTokens: number;
@@ -2084,8 +2084,8 @@ declare const LanguageModelBinding: {
2084
2084
  title: string;
2085
2085
  created_at: string;
2086
2086
  updated_at: string;
2087
- description: string | null;
2088
2087
  capabilities: string[];
2088
+ description: string | null;
2089
2089
  logo: string | null;
2090
2090
  limits: {
2091
2091
  maxOutputTokens: number;
@@ -2103,8 +2103,8 @@ declare const LanguageModelBinding: {
2103
2103
  title: string;
2104
2104
  created_at: string;
2105
2105
  updated_at: string;
2106
- description: string | null;
2107
2106
  capabilities: string[];
2107
+ description: string | null;
2108
2108
  logo: string | null;
2109
2109
  limits: {
2110
2110
  maxOutputTokens: number;
@@ -2124,8 +2124,8 @@ declare const LanguageModelBinding: {
2124
2124
  title: string;
2125
2125
  created_at: string;
2126
2126
  updated_at: string;
2127
- description: string | null;
2128
2127
  capabilities: string[];
2128
+ description: string | null;
2129
2129
  logo: string | null;
2130
2130
  limits: {
2131
2131
  maxOutputTokens: number;
@@ -2145,8 +2145,8 @@ declare const LanguageModelBinding: {
2145
2145
  title: string;
2146
2146
  created_at: string;
2147
2147
  updated_at: string;
2148
- description: string | null;
2149
2148
  capabilities: string[];
2149
+ description: string | null;
2150
2150
  logo: string | null;
2151
2151
  limits: {
2152
2152
  maxOutputTokens: number;
@@ -2222,8 +2222,8 @@ declare const LanguageModelBinding: {
2222
2222
  title: string;
2223
2223
  created_at: string;
2224
2224
  updated_at: string;
2225
- description: string | null;
2226
2225
  capabilities: string[];
2226
+ description: string | null;
2227
2227
  logo: string | null;
2228
2228
  limits: {
2229
2229
  maxOutputTokens: number;
@@ -2241,8 +2241,8 @@ declare const LanguageModelBinding: {
2241
2241
  title: string;
2242
2242
  created_at: string;
2243
2243
  updated_at: string;
2244
- description: string | null;
2245
2244
  capabilities: string[];
2245
+ description: string | null;
2246
2246
  logo: string | null;
2247
2247
  limits: {
2248
2248
  maxOutputTokens: number;
@@ -2262,8 +2262,8 @@ declare const LanguageModelBinding: {
2262
2262
  title: string;
2263
2263
  created_at: string;
2264
2264
  updated_at: string;
2265
- description: string | null;
2266
2265
  capabilities: string[];
2266
+ description: string | null;
2267
2267
  logo: string | null;
2268
2268
  limits: {
2269
2269
  maxOutputTokens: number;
@@ -2283,8 +2283,8 @@ declare const LanguageModelBinding: {
2283
2283
  title: string;
2284
2284
  created_at: string;
2285
2285
  updated_at: string;
2286
- description: string | null;
2287
2286
  capabilities: string[];
2287
+ description: string | null;
2288
2288
  logo: string | null;
2289
2289
  limits: {
2290
2290
  maxOutputTokens: number;
@@ -2341,8 +2341,8 @@ declare const LanguageModelBinding: {
2341
2341
  title: string;
2342
2342
  created_at: string;
2343
2343
  updated_at: string;
2344
- description: string | null;
2345
2344
  capabilities: string[];
2345
+ description: string | null;
2346
2346
  logo: string | null;
2347
2347
  limits: {
2348
2348
  maxOutputTokens: number;
@@ -2360,8 +2360,8 @@ declare const LanguageModelBinding: {
2360
2360
  title: string;
2361
2361
  created_at: string;
2362
2362
  updated_at: string;
2363
- description: string | null;
2364
2363
  capabilities: string[];
2364
+ description: string | null;
2365
2365
  logo: string | null;
2366
2366
  limits: {
2367
2367
  maxOutputTokens: number;
@@ -2381,8 +2381,8 @@ declare const LanguageModelBinding: {
2381
2381
  title: string;
2382
2382
  created_at: string;
2383
2383
  updated_at: string;
2384
- description: string | null;
2385
2384
  capabilities: string[];
2385
+ description: string | null;
2386
2386
  logo: string | null;
2387
2387
  limits: {
2388
2388
  maxOutputTokens: number;
@@ -2402,8 +2402,8 @@ declare const LanguageModelBinding: {
2402
2402
  title: string;
2403
2403
  created_at: string;
2404
2404
  updated_at: string;
2405
- description: string | null;
2406
2405
  capabilities: string[];
2406
+ description: string | null;
2407
2407
  logo: string | null;
2408
2408
  limits: {
2409
2409
  maxOutputTokens: number;
@@ -2463,13 +2463,13 @@ declare const LanguageModelBinding: {
2463
2463
  description: z.ZodOptional<z.ZodString>;
2464
2464
  }, "strip", z.ZodTypeAny, {
2465
2465
  type: "json";
2466
- description?: string | undefined;
2467
2466
  name?: string | undefined;
2467
+ description?: string | undefined;
2468
2468
  schema?: any;
2469
2469
  }, {
2470
2470
  type: "json";
2471
- description?: string | undefined;
2472
2471
  name?: string | undefined;
2472
+ description?: string | undefined;
2473
2473
  schema?: any;
2474
2474
  }>]>>;
2475
2475
  tools: z.ZodOptional<z.ZodArray<z.ZodAny, "many">>;
@@ -2494,8 +2494,8 @@ declare const LanguageModelBinding: {
2494
2494
  type: "text";
2495
2495
  } | {
2496
2496
  type: "json";
2497
- description?: string | undefined;
2498
2497
  name?: string | undefined;
2498
+ description?: string | undefined;
2499
2499
  schema?: any;
2500
2500
  } | undefined;
2501
2501
  toolChoice?: any;
@@ -2518,8 +2518,8 @@ declare const LanguageModelBinding: {
2518
2518
  type: "text";
2519
2519
  } | {
2520
2520
  type: "json";
2521
- description?: string | undefined;
2522
2521
  name?: string | undefined;
2522
+ description?: string | undefined;
2523
2523
  schema?: any;
2524
2524
  } | undefined;
2525
2525
  toolChoice?: any;
@@ -2545,8 +2545,8 @@ declare const LanguageModelBinding: {
2545
2545
  type: "text";
2546
2546
  } | {
2547
2547
  type: "json";
2548
- description?: string | undefined;
2549
2548
  name?: string | undefined;
2549
+ description?: string | undefined;
2550
2550
  schema?: any;
2551
2551
  } | undefined;
2552
2552
  toolChoice?: any;
@@ -2572,8 +2572,8 @@ declare const LanguageModelBinding: {
2572
2572
  type: "text";
2573
2573
  } | {
2574
2574
  type: "json";
2575
- description?: string | undefined;
2576
2575
  name?: string | undefined;
2576
+ description?: string | undefined;
2577
2577
  schema?: any;
2578
2578
  } | undefined;
2579
2579
  toolChoice?: any;
@@ -2611,13 +2611,13 @@ declare const LanguageModelBinding: {
2611
2611
  description: z.ZodOptional<z.ZodString>;
2612
2612
  }, "strip", z.ZodTypeAny, {
2613
2613
  type: "json";
2614
- description?: string | undefined;
2615
2614
  name?: string | undefined;
2615
+ description?: string | undefined;
2616
2616
  schema?: any;
2617
2617
  }, {
2618
2618
  type: "json";
2619
- description?: string | undefined;
2620
2619
  name?: string | undefined;
2620
+ description?: string | undefined;
2621
2621
  schema?: any;
2622
2622
  }>]>>;
2623
2623
  tools: z.ZodOptional<z.ZodArray<z.ZodAny, "many">>;
@@ -2642,8 +2642,8 @@ declare const LanguageModelBinding: {
2642
2642
  type: "text";
2643
2643
  } | {
2644
2644
  type: "json";
2645
- description?: string | undefined;
2646
2645
  name?: string | undefined;
2646
+ description?: string | undefined;
2647
2647
  schema?: any;
2648
2648
  } | undefined;
2649
2649
  toolChoice?: any;
@@ -2666,8 +2666,8 @@ declare const LanguageModelBinding: {
2666
2666
  type: "text";
2667
2667
  } | {
2668
2668
  type: "json";
2669
- description?: string | undefined;
2670
2669
  name?: string | undefined;
2670
+ description?: string | undefined;
2671
2671
  schema?: any;
2672
2672
  } | undefined;
2673
2673
  toolChoice?: any;
@@ -2693,8 +2693,8 @@ declare const LanguageModelBinding: {
2693
2693
  type: "text";
2694
2694
  } | {
2695
2695
  type: "json";
2696
- description?: string | undefined;
2697
2696
  name?: string | undefined;
2697
+ description?: string | undefined;
2698
2698
  schema?: any;
2699
2699
  } | undefined;
2700
2700
  toolChoice?: any;
@@ -2720,8 +2720,8 @@ declare const LanguageModelBinding: {
2720
2720
  type: "text";
2721
2721
  } | {
2722
2722
  type: "json";
2723
- description?: string | undefined;
2724
2723
  name?: string | undefined;
2724
+ description?: string | undefined;
2725
2725
  schema?: any;
2726
2726
  } | undefined;
2727
2727
  toolChoice?: any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@decocms/bindings",
3
- "version": "0.2.4-beta.1",
3
+ "version": "0.2.4-beta.2",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "build": "tsup",