@decocms/runtime 0.26.0 → 0.27.0-beta.1

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.
@@ -1,6 +1,6 @@
1
1
  import * as zod from 'zod';
2
2
  import { z } from 'zod';
3
- export { B as BaseResourceDataSchema, D as DeconfigClient, b as DeconfigResourceOptions, E as EnhancedResourcesTools, f as ResourceBinding, g as ResourceBindingsFunction, R as ResourcesBinding, d as ResourcesTools, a as createDeconfigResource, c as createResourceBindings, e as deconfigTools } from '../index-DqyElLzZ.js';
3
+ export { B as BaseResourceDataSchema, D as DeconfigClient, b as DeconfigResourceOptions, E as EnhancedResourcesTools, f as ResourceBinding, g as ResourceBindingsFunction, R as ResourcesBinding, d as ResourcesTools, a as createDeconfigResource, c as createResourceBindings, e as deconfigTools } from '../index-6dtc1EK6.js';
4
4
  import * as _mastra_core from '@mastra/core';
5
5
  import { c as createPrivateTool, a as createStreamableTool, S as StreamableTool } from '../index-COMJ3oN7.js';
6
6
  import { MCPConnection } from '@decocms/bindings/connection';
@@ -312,13 +312,13 @@ declare const ViewBinding: {
312
312
  prompt: z.ZodOptional<z.ZodString>;
313
313
  installBehavior: z.ZodOptional<z.ZodEnum<["none", "open", "autoPin"]>>;
314
314
  }, "strip", z.ZodTypeAny, {
315
- title: string;
316
315
  tools: string[];
316
+ title: string;
317
317
  icon: string;
318
+ id?: string | undefined;
318
319
  url?: string | undefined;
319
320
  name?: string | undefined;
320
321
  description?: string | undefined;
321
- id?: string | undefined;
322
322
  resourceName?: string | undefined;
323
323
  mimeTypePattern?: string | undefined;
324
324
  prompt?: string | undefined;
@@ -326,11 +326,11 @@ declare const ViewBinding: {
326
326
  }, {
327
327
  title: string;
328
328
  icon: string;
329
+ id?: string | undefined;
329
330
  url?: string | undefined;
330
331
  name?: string | undefined;
331
- description?: string | undefined;
332
332
  tools?: string[] | undefined;
333
- id?: string | undefined;
333
+ description?: string | undefined;
334
334
  resourceName?: string | undefined;
335
335
  mimeTypePattern?: string | undefined;
336
336
  prompt?: string | undefined;
@@ -338,13 +338,13 @@ declare const ViewBinding: {
338
338
  }>, "many">;
339
339
  }, "strip", z.ZodTypeAny, {
340
340
  views: {
341
- title: string;
342
341
  tools: string[];
342
+ title: string;
343
343
  icon: string;
344
+ id?: string | undefined;
344
345
  url?: string | undefined;
345
346
  name?: string | undefined;
346
347
  description?: string | undefined;
347
- id?: string | undefined;
348
348
  resourceName?: string | undefined;
349
349
  mimeTypePattern?: string | undefined;
350
350
  prompt?: string | undefined;
@@ -354,11 +354,11 @@ declare const ViewBinding: {
354
354
  views: {
355
355
  title: string;
356
356
  icon: string;
357
+ id?: string | undefined;
357
358
  url?: string | undefined;
358
359
  name?: string | undefined;
359
- description?: string | undefined;
360
360
  tools?: string[] | undefined;
361
- id?: string | undefined;
361
+ description?: string | undefined;
362
362
  resourceName?: string | undefined;
363
363
  mimeTypePattern?: string | undefined;
364
364
  prompt?: string | undefined;
@@ -391,13 +391,13 @@ declare const VIEW_BINDING: readonly [{
391
391
  prompt: z.ZodOptional<z.ZodString>;
392
392
  installBehavior: z.ZodOptional<z.ZodEnum<["none", "open", "autoPin"]>>;
393
393
  }, "strip", z.ZodTypeAny, {
394
- title: string;
395
394
  tools: string[];
395
+ title: string;
396
396
  icon: string;
397
+ id?: string | undefined;
397
398
  url?: string | undefined;
398
399
  name?: string | undefined;
399
400
  description?: string | undefined;
400
- id?: string | undefined;
401
401
  resourceName?: string | undefined;
402
402
  mimeTypePattern?: string | undefined;
403
403
  prompt?: string | undefined;
@@ -405,11 +405,11 @@ declare const VIEW_BINDING: readonly [{
405
405
  }, {
406
406
  title: string;
407
407
  icon: string;
408
+ id?: string | undefined;
408
409
  url?: string | undefined;
409
410
  name?: string | undefined;
410
- description?: string | undefined;
411
411
  tools?: string[] | undefined;
412
- id?: string | undefined;
412
+ description?: string | undefined;
413
413
  resourceName?: string | undefined;
414
414
  mimeTypePattern?: string | undefined;
415
415
  prompt?: string | undefined;
@@ -417,13 +417,13 @@ declare const VIEW_BINDING: readonly [{
417
417
  }>, "many">;
418
418
  }, "strip", z.ZodTypeAny, {
419
419
  views: {
420
- title: string;
421
420
  tools: string[];
421
+ title: string;
422
422
  icon: string;
423
+ id?: string | undefined;
423
424
  url?: string | undefined;
424
425
  name?: string | undefined;
425
426
  description?: string | undefined;
426
- id?: string | undefined;
427
427
  resourceName?: string | undefined;
428
428
  mimeTypePattern?: string | undefined;
429
429
  prompt?: string | undefined;
@@ -433,11 +433,11 @@ declare const VIEW_BINDING: readonly [{
433
433
  views: {
434
434
  title: string;
435
435
  icon: string;
436
+ id?: string | undefined;
436
437
  url?: string | undefined;
437
438
  name?: string | undefined;
438
- description?: string | undefined;
439
439
  tools?: string[] | undefined;
440
- id?: string | undefined;
440
+ description?: string | undefined;
441
441
  resourceName?: string | undefined;
442
442
  mimeTypePattern?: string | undefined;
443
443
  prompt?: string | undefined;
@@ -459,13 +459,13 @@ declare const listViewsSchema: z.ZodObject<{
459
459
  prompt: z.ZodOptional<z.ZodString>;
460
460
  installBehavior: z.ZodOptional<z.ZodEnum<["none", "open", "autoPin"]>>;
461
461
  }, "strip", z.ZodTypeAny, {
462
- title: string;
463
462
  tools: string[];
463
+ title: string;
464
464
  icon: string;
465
+ id?: string | undefined;
465
466
  url?: string | undefined;
466
467
  name?: string | undefined;
467
468
  description?: string | undefined;
468
- id?: string | undefined;
469
469
  resourceName?: string | undefined;
470
470
  mimeTypePattern?: string | undefined;
471
471
  prompt?: string | undefined;
@@ -473,11 +473,11 @@ declare const listViewsSchema: z.ZodObject<{
473
473
  }, {
474
474
  title: string;
475
475
  icon: string;
476
+ id?: string | undefined;
476
477
  url?: string | undefined;
477
478
  name?: string | undefined;
478
- description?: string | undefined;
479
479
  tools?: string[] | undefined;
480
- id?: string | undefined;
480
+ description?: string | undefined;
481
481
  resourceName?: string | undefined;
482
482
  mimeTypePattern?: string | undefined;
483
483
  prompt?: string | undefined;
@@ -485,13 +485,13 @@ declare const listViewsSchema: z.ZodObject<{
485
485
  }>, "many">;
486
486
  }, "strip", z.ZodTypeAny, {
487
487
  views: {
488
- title: string;
489
488
  tools: string[];
489
+ title: string;
490
490
  icon: string;
491
+ id?: string | undefined;
491
492
  url?: string | undefined;
492
493
  name?: string | undefined;
493
494
  description?: string | undefined;
494
- id?: string | undefined;
495
495
  resourceName?: string | undefined;
496
496
  mimeTypePattern?: string | undefined;
497
497
  prompt?: string | undefined;
@@ -501,11 +501,11 @@ declare const listViewsSchema: z.ZodObject<{
501
501
  views: {
502
502
  title: string;
503
503
  icon: string;
504
+ id?: string | undefined;
504
505
  url?: string | undefined;
505
506
  name?: string | undefined;
506
- description?: string | undefined;
507
507
  tools?: string[] | undefined;
508
- id?: string | undefined;
508
+ description?: string | undefined;
509
509
  resourceName?: string | undefined;
510
510
  mimeTypePattern?: string | undefined;
511
511
  prompt?: string | undefined;
@@ -1050,7 +1050,7 @@ declare const WellKnownBindings: {
1050
1050
  }>;
1051
1051
  }];
1052
1052
  readonly LanguageModel: ({
1053
- name: "COLLECTION_MODELS_LIST";
1053
+ name: "COLLECTION_LLM_LIST";
1054
1054
  inputSchema: zod.ZodObject<{
1055
1055
  where: zod.ZodOptional<zod.ZodUnion<[zod.ZodObject<{
1056
1056
  field: zod.ZodArray<zod.ZodString, "many">;
@@ -1166,11 +1166,11 @@ declare const WellKnownBindings: {
1166
1166
  contextWindow: zod.ZodNumber;
1167
1167
  maxOutputTokens: zod.ZodNumber;
1168
1168
  }, "strip", zod.ZodTypeAny, {
1169
- contextWindow: number;
1170
1169
  maxOutputTokens: number;
1171
- }, {
1172
1170
  contextWindow: number;
1171
+ }, {
1173
1172
  maxOutputTokens: number;
1173
+ contextWindow: number;
1174
1174
  }>>;
1175
1175
  costs: zod.ZodNullable<zod.ZodObject<{
1176
1176
  input: zod.ZodNumber;
@@ -1183,45 +1183,23 @@ declare const WellKnownBindings: {
1183
1183
  output: number;
1184
1184
  }>>;
1185
1185
  provider: zod.ZodNullable<zod.ZodEnum<["openai", "anthropic", "google", "xai", "deepseek", "openai-compatible", "openrouter"]>>;
1186
- endpoint: zod.ZodNullable<zod.ZodObject<{
1187
- url: zod.ZodString;
1188
- method: zod.ZodDefault<zod.ZodString>;
1189
- contentType: zod.ZodDefault<zod.ZodString>;
1190
- stream: zod.ZodDefault<zod.ZodBoolean>;
1191
- }, "strip", zod.ZodTypeAny, {
1192
- url: string;
1193
- method: string;
1194
- contentType: string;
1195
- stream: boolean;
1196
- }, {
1197
- url: string;
1198
- method?: string | undefined;
1199
- contentType?: string | undefined;
1200
- stream?: boolean | undefined;
1201
- }>>;
1202
1186
  }, "strip", zod.ZodTypeAny, {
1203
1187
  id: string;
1204
1188
  title: string;
1205
1189
  created_at: string;
1206
1190
  updated_at: string;
1207
- logo: string | null;
1208
1191
  description: string | null;
1209
1192
  capabilities: string[];
1193
+ logo: string | null;
1210
1194
  limits: {
1211
- contextWindow: number;
1212
1195
  maxOutputTokens: number;
1196
+ contextWindow: number;
1213
1197
  } | null;
1214
1198
  costs: {
1215
1199
  input: number;
1216
1200
  output: number;
1217
1201
  } | null;
1218
- provider: "openai" | "anthropic" | "google" | "xai" | "deepseek" | "openai-compatible" | "openrouter" | null;
1219
- endpoint: {
1220
- url: string;
1221
- method: string;
1222
- contentType: string;
1223
- stream: boolean;
1224
- } | null;
1202
+ provider: "openai" | "anthropic" | "google" | "deepseek" | "openai-compatible" | "openrouter" | "xai" | null;
1225
1203
  created_by?: string | undefined;
1226
1204
  updated_by?: string | undefined;
1227
1205
  }, {
@@ -1229,24 +1207,18 @@ declare const WellKnownBindings: {
1229
1207
  title: string;
1230
1208
  created_at: string;
1231
1209
  updated_at: string;
1232
- logo: string | null;
1233
1210
  description: string | null;
1234
1211
  capabilities: string[];
1212
+ logo: string | null;
1235
1213
  limits: {
1236
- contextWindow: number;
1237
1214
  maxOutputTokens: number;
1215
+ contextWindow: number;
1238
1216
  } | null;
1239
1217
  costs: {
1240
1218
  input: number;
1241
1219
  output: number;
1242
1220
  } | null;
1243
- provider: "openai" | "anthropic" | "google" | "xai" | "deepseek" | "openai-compatible" | "openrouter" | null;
1244
- endpoint: {
1245
- url: string;
1246
- method?: string | undefined;
1247
- contentType?: string | undefined;
1248
- stream?: boolean | undefined;
1249
- } | null;
1221
+ provider: "openai" | "anthropic" | "google" | "deepseek" | "openai-compatible" | "openrouter" | "xai" | null;
1250
1222
  created_by?: string | undefined;
1251
1223
  updated_by?: string | undefined;
1252
1224
  }>, "many">;
@@ -1258,24 +1230,18 @@ declare const WellKnownBindings: {
1258
1230
  title: string;
1259
1231
  created_at: string;
1260
1232
  updated_at: string;
1261
- logo: string | null;
1262
1233
  description: string | null;
1263
1234
  capabilities: string[];
1235
+ logo: string | null;
1264
1236
  limits: {
1265
- contextWindow: number;
1266
1237
  maxOutputTokens: number;
1238
+ contextWindow: number;
1267
1239
  } | null;
1268
1240
  costs: {
1269
1241
  input: number;
1270
1242
  output: number;
1271
1243
  } | null;
1272
- provider: "openai" | "anthropic" | "google" | "xai" | "deepseek" | "openai-compatible" | "openrouter" | null;
1273
- endpoint: {
1274
- url: string;
1275
- method: string;
1276
- contentType: string;
1277
- stream: boolean;
1278
- } | null;
1244
+ provider: "openai" | "anthropic" | "google" | "deepseek" | "openai-compatible" | "openrouter" | "xai" | null;
1279
1245
  created_by?: string | undefined;
1280
1246
  updated_by?: string | undefined;
1281
1247
  }[];
@@ -1287,24 +1253,18 @@ declare const WellKnownBindings: {
1287
1253
  title: string;
1288
1254
  created_at: string;
1289
1255
  updated_at: string;
1290
- logo: string | null;
1291
1256
  description: string | null;
1292
1257
  capabilities: string[];
1258
+ logo: string | null;
1293
1259
  limits: {
1294
- contextWindow: number;
1295
1260
  maxOutputTokens: number;
1261
+ contextWindow: number;
1296
1262
  } | null;
1297
1263
  costs: {
1298
1264
  input: number;
1299
1265
  output: number;
1300
1266
  } | null;
1301
- provider: "openai" | "anthropic" | "google" | "xai" | "deepseek" | "openai-compatible" | "openrouter" | null;
1302
- endpoint: {
1303
- url: string;
1304
- method?: string | undefined;
1305
- contentType?: string | undefined;
1306
- stream?: boolean | undefined;
1307
- } | null;
1267
+ provider: "openai" | "anthropic" | "google" | "deepseek" | "openai-compatible" | "openrouter" | "xai" | null;
1308
1268
  created_by?: string | undefined;
1309
1269
  updated_by?: string | undefined;
1310
1270
  }[];
@@ -1312,7 +1272,7 @@ declare const WellKnownBindings: {
1312
1272
  hasMore?: boolean | undefined;
1313
1273
  }>;
1314
1274
  } | {
1315
- name: "COLLECTION_MODELS_GET";
1275
+ name: "COLLECTION_LLM_GET";
1316
1276
  inputSchema: zod.ZodObject<{
1317
1277
  id: zod.ZodString;
1318
1278
  }, "strip", zod.ZodTypeAny, {
@@ -1336,11 +1296,11 @@ declare const WellKnownBindings: {
1336
1296
  contextWindow: zod.ZodNumber;
1337
1297
  maxOutputTokens: zod.ZodNumber;
1338
1298
  }, "strip", zod.ZodTypeAny, {
1339
- contextWindow: number;
1340
1299
  maxOutputTokens: number;
1341
- }, {
1342
1300
  contextWindow: number;
1301
+ }, {
1343
1302
  maxOutputTokens: number;
1303
+ contextWindow: number;
1344
1304
  }>>;
1345
1305
  costs: zod.ZodNullable<zod.ZodObject<{
1346
1306
  input: zod.ZodNumber;
@@ -1353,45 +1313,23 @@ declare const WellKnownBindings: {
1353
1313
  output: number;
1354
1314
  }>>;
1355
1315
  provider: zod.ZodNullable<zod.ZodEnum<["openai", "anthropic", "google", "xai", "deepseek", "openai-compatible", "openrouter"]>>;
1356
- endpoint: zod.ZodNullable<zod.ZodObject<{
1357
- url: zod.ZodString;
1358
- method: zod.ZodDefault<zod.ZodString>;
1359
- contentType: zod.ZodDefault<zod.ZodString>;
1360
- stream: zod.ZodDefault<zod.ZodBoolean>;
1361
- }, "strip", zod.ZodTypeAny, {
1362
- url: string;
1363
- method: string;
1364
- contentType: string;
1365
- stream: boolean;
1366
- }, {
1367
- url: string;
1368
- method?: string | undefined;
1369
- contentType?: string | undefined;
1370
- stream?: boolean | undefined;
1371
- }>>;
1372
1316
  }, "strip", zod.ZodTypeAny, {
1373
1317
  id: string;
1374
1318
  title: string;
1375
1319
  created_at: string;
1376
1320
  updated_at: string;
1377
- logo: string | null;
1378
1321
  description: string | null;
1379
1322
  capabilities: string[];
1323
+ logo: string | null;
1380
1324
  limits: {
1381
- contextWindow: number;
1382
1325
  maxOutputTokens: number;
1326
+ contextWindow: number;
1383
1327
  } | null;
1384
1328
  costs: {
1385
1329
  input: number;
1386
1330
  output: number;
1387
1331
  } | null;
1388
- provider: "openai" | "anthropic" | "google" | "xai" | "deepseek" | "openai-compatible" | "openrouter" | null;
1389
- endpoint: {
1390
- url: string;
1391
- method: string;
1392
- contentType: string;
1393
- stream: boolean;
1394
- } | null;
1332
+ provider: "openai" | "anthropic" | "google" | "deepseek" | "openai-compatible" | "openrouter" | "xai" | null;
1395
1333
  created_by?: string | undefined;
1396
1334
  updated_by?: string | undefined;
1397
1335
  }, {
@@ -1399,24 +1337,18 @@ declare const WellKnownBindings: {
1399
1337
  title: string;
1400
1338
  created_at: string;
1401
1339
  updated_at: string;
1402
- logo: string | null;
1403
1340
  description: string | null;
1404
1341
  capabilities: string[];
1342
+ logo: string | null;
1405
1343
  limits: {
1406
- contextWindow: number;
1407
1344
  maxOutputTokens: number;
1345
+ contextWindow: number;
1408
1346
  } | null;
1409
1347
  costs: {
1410
1348
  input: number;
1411
1349
  output: number;
1412
1350
  } | null;
1413
- provider: "openai" | "anthropic" | "google" | "xai" | "deepseek" | "openai-compatible" | "openrouter" | null;
1414
- endpoint: {
1415
- url: string;
1416
- method?: string | undefined;
1417
- contentType?: string | undefined;
1418
- stream?: boolean | undefined;
1419
- } | null;
1351
+ provider: "openai" | "anthropic" | "google" | "deepseek" | "openai-compatible" | "openrouter" | "xai" | null;
1420
1352
  created_by?: string | undefined;
1421
1353
  updated_by?: string | undefined;
1422
1354
  }>>;
@@ -1426,24 +1358,18 @@ declare const WellKnownBindings: {
1426
1358
  title: string;
1427
1359
  created_at: string;
1428
1360
  updated_at: string;
1429
- logo: string | null;
1430
1361
  description: string | null;
1431
1362
  capabilities: string[];
1363
+ logo: string | null;
1432
1364
  limits: {
1433
- contextWindow: number;
1434
1365
  maxOutputTokens: number;
1366
+ contextWindow: number;
1435
1367
  } | null;
1436
1368
  costs: {
1437
1369
  input: number;
1438
1370
  output: number;
1439
1371
  } | null;
1440
- provider: "openai" | "anthropic" | "google" | "xai" | "deepseek" | "openai-compatible" | "openrouter" | null;
1441
- endpoint: {
1442
- url: string;
1443
- method: string;
1444
- contentType: string;
1445
- stream: boolean;
1446
- } | null;
1372
+ provider: "openai" | "anthropic" | "google" | "deepseek" | "openai-compatible" | "openrouter" | "xai" | null;
1447
1373
  created_by?: string | undefined;
1448
1374
  updated_by?: string | undefined;
1449
1375
  } | null;
@@ -1453,30 +1379,24 @@ declare const WellKnownBindings: {
1453
1379
  title: string;
1454
1380
  created_at: string;
1455
1381
  updated_at: string;
1456
- logo: string | null;
1457
1382
  description: string | null;
1458
1383
  capabilities: string[];
1384
+ logo: string | null;
1459
1385
  limits: {
1460
- contextWindow: number;
1461
1386
  maxOutputTokens: number;
1387
+ contextWindow: number;
1462
1388
  } | null;
1463
1389
  costs: {
1464
1390
  input: number;
1465
1391
  output: number;
1466
1392
  } | null;
1467
- provider: "openai" | "anthropic" | "google" | "xai" | "deepseek" | "openai-compatible" | "openrouter" | null;
1468
- endpoint: {
1469
- url: string;
1470
- method?: string | undefined;
1471
- contentType?: string | undefined;
1472
- stream?: boolean | undefined;
1473
- } | null;
1393
+ provider: "openai" | "anthropic" | "google" | "deepseek" | "openai-compatible" | "openrouter" | "xai" | null;
1474
1394
  created_by?: string | undefined;
1475
1395
  updated_by?: string | undefined;
1476
1396
  } | null;
1477
1397
  }>;
1478
1398
  } | {
1479
- name: "COLLECTION_MODELS_CREATE";
1399
+ name: "COLLECTION_LLM_CREATE";
1480
1400
  inputSchema: zod.ZodObject<{
1481
1401
  data: zod.ZodObject<{
1482
1402
  id: zod.ZodString;
@@ -1493,11 +1413,11 @@ declare const WellKnownBindings: {
1493
1413
  contextWindow: zod.ZodNumber;
1494
1414
  maxOutputTokens: zod.ZodNumber;
1495
1415
  }, "strip", zod.ZodTypeAny, {
1496
- contextWindow: number;
1497
1416
  maxOutputTokens: number;
1498
- }, {
1499
1417
  contextWindow: number;
1418
+ }, {
1500
1419
  maxOutputTokens: number;
1420
+ contextWindow: number;
1501
1421
  }>>;
1502
1422
  costs: zod.ZodNullable<zod.ZodObject<{
1503
1423
  input: zod.ZodNumber;
@@ -1510,45 +1430,23 @@ declare const WellKnownBindings: {
1510
1430
  output: number;
1511
1431
  }>>;
1512
1432
  provider: zod.ZodNullable<zod.ZodEnum<["openai", "anthropic", "google", "xai", "deepseek", "openai-compatible", "openrouter"]>>;
1513
- endpoint: zod.ZodNullable<zod.ZodObject<{
1514
- url: zod.ZodString;
1515
- method: zod.ZodDefault<zod.ZodString>;
1516
- contentType: zod.ZodDefault<zod.ZodString>;
1517
- stream: zod.ZodDefault<zod.ZodBoolean>;
1518
- }, "strip", zod.ZodTypeAny, {
1519
- url: string;
1520
- method: string;
1521
- contentType: string;
1522
- stream: boolean;
1523
- }, {
1524
- url: string;
1525
- method?: string | undefined;
1526
- contentType?: string | undefined;
1527
- stream?: boolean | undefined;
1528
- }>>;
1529
1433
  }, "strip", zod.ZodTypeAny, {
1530
1434
  id: string;
1531
1435
  title: string;
1532
1436
  created_at: string;
1533
1437
  updated_at: string;
1534
- logo: string | null;
1535
1438
  description: string | null;
1536
1439
  capabilities: string[];
1440
+ logo: string | null;
1537
1441
  limits: {
1538
- contextWindow: number;
1539
1442
  maxOutputTokens: number;
1443
+ contextWindow: number;
1540
1444
  } | null;
1541
1445
  costs: {
1542
1446
  input: number;
1543
1447
  output: number;
1544
1448
  } | null;
1545
- provider: "openai" | "anthropic" | "google" | "xai" | "deepseek" | "openai-compatible" | "openrouter" | null;
1546
- endpoint: {
1547
- url: string;
1548
- method: string;
1549
- contentType: string;
1550
- stream: boolean;
1551
- } | null;
1449
+ provider: "openai" | "anthropic" | "google" | "deepseek" | "openai-compatible" | "openrouter" | "xai" | null;
1552
1450
  created_by?: string | undefined;
1553
1451
  updated_by?: string | undefined;
1554
1452
  }, {
@@ -1556,24 +1454,18 @@ declare const WellKnownBindings: {
1556
1454
  title: string;
1557
1455
  created_at: string;
1558
1456
  updated_at: string;
1559
- logo: string | null;
1560
1457
  description: string | null;
1561
1458
  capabilities: string[];
1459
+ logo: string | null;
1562
1460
  limits: {
1563
- contextWindow: number;
1564
1461
  maxOutputTokens: number;
1462
+ contextWindow: number;
1565
1463
  } | null;
1566
1464
  costs: {
1567
1465
  input: number;
1568
1466
  output: number;
1569
1467
  } | null;
1570
- provider: "openai" | "anthropic" | "google" | "xai" | "deepseek" | "openai-compatible" | "openrouter" | null;
1571
- endpoint: {
1572
- url: string;
1573
- method?: string | undefined;
1574
- contentType?: string | undefined;
1575
- stream?: boolean | undefined;
1576
- } | null;
1468
+ provider: "openai" | "anthropic" | "google" | "deepseek" | "openai-compatible" | "openrouter" | "xai" | null;
1577
1469
  created_by?: string | undefined;
1578
1470
  updated_by?: string | undefined;
1579
1471
  }>;
@@ -1583,24 +1475,18 @@ declare const WellKnownBindings: {
1583
1475
  title: string;
1584
1476
  created_at: string;
1585
1477
  updated_at: string;
1586
- logo: string | null;
1587
1478
  description: string | null;
1588
1479
  capabilities: string[];
1480
+ logo: string | null;
1589
1481
  limits: {
1590
- contextWindow: number;
1591
1482
  maxOutputTokens: number;
1483
+ contextWindow: number;
1592
1484
  } | null;
1593
1485
  costs: {
1594
1486
  input: number;
1595
1487
  output: number;
1596
1488
  } | null;
1597
- provider: "openai" | "anthropic" | "google" | "xai" | "deepseek" | "openai-compatible" | "openrouter" | null;
1598
- endpoint: {
1599
- url: string;
1600
- method: string;
1601
- contentType: string;
1602
- stream: boolean;
1603
- } | null;
1489
+ provider: "openai" | "anthropic" | "google" | "deepseek" | "openai-compatible" | "openrouter" | "xai" | null;
1604
1490
  created_by?: string | undefined;
1605
1491
  updated_by?: string | undefined;
1606
1492
  };
@@ -1610,24 +1496,18 @@ declare const WellKnownBindings: {
1610
1496
  title: string;
1611
1497
  created_at: string;
1612
1498
  updated_at: string;
1613
- logo: string | null;
1614
1499
  description: string | null;
1615
1500
  capabilities: string[];
1501
+ logo: string | null;
1616
1502
  limits: {
1617
- contextWindow: number;
1618
1503
  maxOutputTokens: number;
1504
+ contextWindow: number;
1619
1505
  } | null;
1620
1506
  costs: {
1621
1507
  input: number;
1622
1508
  output: number;
1623
1509
  } | null;
1624
- provider: "openai" | "anthropic" | "google" | "xai" | "deepseek" | "openai-compatible" | "openrouter" | null;
1625
- endpoint: {
1626
- url: string;
1627
- method?: string | undefined;
1628
- contentType?: string | undefined;
1629
- stream?: boolean | undefined;
1630
- } | null;
1510
+ provider: "openai" | "anthropic" | "google" | "deepseek" | "openai-compatible" | "openrouter" | "xai" | null;
1631
1511
  created_by?: string | undefined;
1632
1512
  updated_by?: string | undefined;
1633
1513
  };
@@ -1648,11 +1528,11 @@ declare const WellKnownBindings: {
1648
1528
  contextWindow: zod.ZodNumber;
1649
1529
  maxOutputTokens: zod.ZodNumber;
1650
1530
  }, "strip", zod.ZodTypeAny, {
1651
- contextWindow: number;
1652
1531
  maxOutputTokens: number;
1653
- }, {
1654
1532
  contextWindow: number;
1533
+ }, {
1655
1534
  maxOutputTokens: number;
1535
+ contextWindow: number;
1656
1536
  }>>;
1657
1537
  costs: zod.ZodNullable<zod.ZodObject<{
1658
1538
  input: zod.ZodNumber;
@@ -1665,45 +1545,23 @@ declare const WellKnownBindings: {
1665
1545
  output: number;
1666
1546
  }>>;
1667
1547
  provider: zod.ZodNullable<zod.ZodEnum<["openai", "anthropic", "google", "xai", "deepseek", "openai-compatible", "openrouter"]>>;
1668
- endpoint: zod.ZodNullable<zod.ZodObject<{
1669
- url: zod.ZodString;
1670
- method: zod.ZodDefault<zod.ZodString>;
1671
- contentType: zod.ZodDefault<zod.ZodString>;
1672
- stream: zod.ZodDefault<zod.ZodBoolean>;
1673
- }, "strip", zod.ZodTypeAny, {
1674
- url: string;
1675
- method: string;
1676
- contentType: string;
1677
- stream: boolean;
1678
- }, {
1679
- url: string;
1680
- method?: string | undefined;
1681
- contentType?: string | undefined;
1682
- stream?: boolean | undefined;
1683
- }>>;
1684
1548
  }, "strip", zod.ZodTypeAny, {
1685
1549
  id: string;
1686
1550
  title: string;
1687
1551
  created_at: string;
1688
1552
  updated_at: string;
1689
- logo: string | null;
1690
1553
  description: string | null;
1691
1554
  capabilities: string[];
1555
+ logo: string | null;
1692
1556
  limits: {
1693
- contextWindow: number;
1694
1557
  maxOutputTokens: number;
1558
+ contextWindow: number;
1695
1559
  } | null;
1696
1560
  costs: {
1697
1561
  input: number;
1698
1562
  output: number;
1699
1563
  } | null;
1700
- provider: "openai" | "anthropic" | "google" | "xai" | "deepseek" | "openai-compatible" | "openrouter" | null;
1701
- endpoint: {
1702
- url: string;
1703
- method: string;
1704
- contentType: string;
1705
- stream: boolean;
1706
- } | null;
1564
+ provider: "openai" | "anthropic" | "google" | "deepseek" | "openai-compatible" | "openrouter" | "xai" | null;
1707
1565
  created_by?: string | undefined;
1708
1566
  updated_by?: string | undefined;
1709
1567
  }, {
@@ -1711,24 +1569,18 @@ declare const WellKnownBindings: {
1711
1569
  title: string;
1712
1570
  created_at: string;
1713
1571
  updated_at: string;
1714
- logo: string | null;
1715
1572
  description: string | null;
1716
1573
  capabilities: string[];
1574
+ logo: string | null;
1717
1575
  limits: {
1718
- contextWindow: number;
1719
1576
  maxOutputTokens: number;
1577
+ contextWindow: number;
1720
1578
  } | null;
1721
1579
  costs: {
1722
1580
  input: number;
1723
1581
  output: number;
1724
1582
  } | null;
1725
- provider: "openai" | "anthropic" | "google" | "xai" | "deepseek" | "openai-compatible" | "openrouter" | null;
1726
- endpoint: {
1727
- url: string;
1728
- method?: string | undefined;
1729
- contentType?: string | undefined;
1730
- stream?: boolean | undefined;
1731
- } | null;
1583
+ provider: "openai" | "anthropic" | "google" | "deepseek" | "openai-compatible" | "openrouter" | "xai" | null;
1732
1584
  created_by?: string | undefined;
1733
1585
  updated_by?: string | undefined;
1734
1586
  }>;
@@ -1738,24 +1590,18 @@ declare const WellKnownBindings: {
1738
1590
  title: string;
1739
1591
  created_at: string;
1740
1592
  updated_at: string;
1741
- logo: string | null;
1742
1593
  description: string | null;
1743
1594
  capabilities: string[];
1595
+ logo: string | null;
1744
1596
  limits: {
1745
- contextWindow: number;
1746
1597
  maxOutputTokens: number;
1598
+ contextWindow: number;
1747
1599
  } | null;
1748
1600
  costs: {
1749
1601
  input: number;
1750
1602
  output: number;
1751
1603
  } | null;
1752
- provider: "openai" | "anthropic" | "google" | "xai" | "deepseek" | "openai-compatible" | "openrouter" | null;
1753
- endpoint: {
1754
- url: string;
1755
- method: string;
1756
- contentType: string;
1757
- stream: boolean;
1758
- } | null;
1604
+ provider: "openai" | "anthropic" | "google" | "deepseek" | "openai-compatible" | "openrouter" | "xai" | null;
1759
1605
  created_by?: string | undefined;
1760
1606
  updated_by?: string | undefined;
1761
1607
  };
@@ -1765,31 +1611,25 @@ declare const WellKnownBindings: {
1765
1611
  title: string;
1766
1612
  created_at: string;
1767
1613
  updated_at: string;
1768
- logo: string | null;
1769
1614
  description: string | null;
1770
1615
  capabilities: string[];
1616
+ logo: string | null;
1771
1617
  limits: {
1772
- contextWindow: number;
1773
1618
  maxOutputTokens: number;
1619
+ contextWindow: number;
1774
1620
  } | null;
1775
1621
  costs: {
1776
1622
  input: number;
1777
1623
  output: number;
1778
1624
  } | null;
1779
- provider: "openai" | "anthropic" | "google" | "xai" | "deepseek" | "openai-compatible" | "openrouter" | null;
1780
- endpoint: {
1781
- url: string;
1782
- method?: string | undefined;
1783
- contentType?: string | undefined;
1784
- stream?: boolean | undefined;
1785
- } | null;
1625
+ provider: "openai" | "anthropic" | "google" | "deepseek" | "openai-compatible" | "openrouter" | "xai" | null;
1786
1626
  created_by?: string | undefined;
1787
1627
  updated_by?: string | undefined;
1788
1628
  };
1789
1629
  }>;
1790
1630
  opt: true;
1791
1631
  } | {
1792
- name: "COLLECTION_MODELS_UPDATE";
1632
+ name: "COLLECTION_LLM_UPDATE";
1793
1633
  inputSchema: zod.ZodObject<{
1794
1634
  id: zod.ZodString;
1795
1635
  data: zod.ZodObject<{
@@ -1826,11 +1666,11 @@ declare const WellKnownBindings: {
1826
1666
  contextWindow: zod.ZodNumber;
1827
1667
  maxOutputTokens: zod.ZodNumber;
1828
1668
  }, "strip", zod.ZodTypeAny, {
1829
- contextWindow: number;
1830
1669
  maxOutputTokens: number;
1831
- }, {
1832
1670
  contextWindow: number;
1671
+ }, {
1833
1672
  maxOutputTokens: number;
1673
+ contextWindow: number;
1834
1674
  }>>;
1835
1675
  costs: zod.ZodNullable<zod.ZodObject<{
1836
1676
  input: zod.ZodNumber;
@@ -1843,45 +1683,23 @@ declare const WellKnownBindings: {
1843
1683
  output: number;
1844
1684
  }>>;
1845
1685
  provider: zod.ZodNullable<zod.ZodEnum<["openai", "anthropic", "google", "xai", "deepseek", "openai-compatible", "openrouter"]>>;
1846
- endpoint: zod.ZodNullable<zod.ZodObject<{
1847
- url: zod.ZodString;
1848
- method: zod.ZodDefault<zod.ZodString>;
1849
- contentType: zod.ZodDefault<zod.ZodString>;
1850
- stream: zod.ZodDefault<zod.ZodBoolean>;
1851
- }, "strip", zod.ZodTypeAny, {
1852
- url: string;
1853
- method: string;
1854
- contentType: string;
1855
- stream: boolean;
1856
- }, {
1857
- url: string;
1858
- method?: string | undefined;
1859
- contentType?: string | undefined;
1860
- stream?: boolean | undefined;
1861
- }>>;
1862
1686
  }, "strip", zod.ZodTypeAny, {
1863
1687
  id: string;
1864
1688
  title: string;
1865
1689
  created_at: string;
1866
1690
  updated_at: string;
1867
- logo: string | null;
1868
1691
  description: string | null;
1869
1692
  capabilities: string[];
1693
+ logo: string | null;
1870
1694
  limits: {
1871
- contextWindow: number;
1872
1695
  maxOutputTokens: number;
1696
+ contextWindow: number;
1873
1697
  } | null;
1874
1698
  costs: {
1875
1699
  input: number;
1876
1700
  output: number;
1877
1701
  } | null;
1878
- provider: "openai" | "anthropic" | "google" | "xai" | "deepseek" | "openai-compatible" | "openrouter" | null;
1879
- endpoint: {
1880
- url: string;
1881
- method: string;
1882
- contentType: string;
1883
- stream: boolean;
1884
- } | null;
1702
+ provider: "openai" | "anthropic" | "google" | "deepseek" | "openai-compatible" | "openrouter" | "xai" | null;
1885
1703
  created_by?: string | undefined;
1886
1704
  updated_by?: string | undefined;
1887
1705
  }, {
@@ -1889,24 +1707,18 @@ declare const WellKnownBindings: {
1889
1707
  title: string;
1890
1708
  created_at: string;
1891
1709
  updated_at: string;
1892
- logo: string | null;
1893
1710
  description: string | null;
1894
1711
  capabilities: string[];
1712
+ logo: string | null;
1895
1713
  limits: {
1896
- contextWindow: number;
1897
1714
  maxOutputTokens: number;
1715
+ contextWindow: number;
1898
1716
  } | null;
1899
1717
  costs: {
1900
1718
  input: number;
1901
1719
  output: number;
1902
1720
  } | null;
1903
- provider: "openai" | "anthropic" | "google" | "xai" | "deepseek" | "openai-compatible" | "openrouter" | null;
1904
- endpoint: {
1905
- url: string;
1906
- method?: string | undefined;
1907
- contentType?: string | undefined;
1908
- stream?: boolean | undefined;
1909
- } | null;
1721
+ provider: "openai" | "anthropic" | "google" | "deepseek" | "openai-compatible" | "openrouter" | "xai" | null;
1910
1722
  created_by?: string | undefined;
1911
1723
  updated_by?: string | undefined;
1912
1724
  }>;
@@ -1916,24 +1728,18 @@ declare const WellKnownBindings: {
1916
1728
  title: string;
1917
1729
  created_at: string;
1918
1730
  updated_at: string;
1919
- logo: string | null;
1920
1731
  description: string | null;
1921
1732
  capabilities: string[];
1733
+ logo: string | null;
1922
1734
  limits: {
1923
- contextWindow: number;
1924
1735
  maxOutputTokens: number;
1736
+ contextWindow: number;
1925
1737
  } | null;
1926
1738
  costs: {
1927
1739
  input: number;
1928
1740
  output: number;
1929
1741
  } | null;
1930
- provider: "openai" | "anthropic" | "google" | "xai" | "deepseek" | "openai-compatible" | "openrouter" | null;
1931
- endpoint: {
1932
- url: string;
1933
- method: string;
1934
- contentType: string;
1935
- stream: boolean;
1936
- } | null;
1742
+ provider: "openai" | "anthropic" | "google" | "deepseek" | "openai-compatible" | "openrouter" | "xai" | null;
1937
1743
  created_by?: string | undefined;
1938
1744
  updated_by?: string | undefined;
1939
1745
  };
@@ -1943,31 +1749,25 @@ declare const WellKnownBindings: {
1943
1749
  title: string;
1944
1750
  created_at: string;
1945
1751
  updated_at: string;
1946
- logo: string | null;
1947
1752
  description: string | null;
1948
1753
  capabilities: string[];
1754
+ logo: string | null;
1949
1755
  limits: {
1950
- contextWindow: number;
1951
1756
  maxOutputTokens: number;
1757
+ contextWindow: number;
1952
1758
  } | null;
1953
1759
  costs: {
1954
1760
  input: number;
1955
1761
  output: number;
1956
1762
  } | null;
1957
- provider: "openai" | "anthropic" | "google" | "xai" | "deepseek" | "openai-compatible" | "openrouter" | null;
1958
- endpoint: {
1959
- url: string;
1960
- method?: string | undefined;
1961
- contentType?: string | undefined;
1962
- stream?: boolean | undefined;
1963
- } | null;
1763
+ provider: "openai" | "anthropic" | "google" | "deepseek" | "openai-compatible" | "openrouter" | "xai" | null;
1964
1764
  created_by?: string | undefined;
1965
1765
  updated_by?: string | undefined;
1966
1766
  };
1967
1767
  }>;
1968
1768
  opt: true;
1969
1769
  } | {
1970
- name: "COLLECTION_MODELS_DELETE";
1770
+ name: "COLLECTION_LLM_DELETE";
1971
1771
  inputSchema: zod.ZodObject<{
1972
1772
  id: zod.ZodString;
1973
1773
  }, "strip", zod.ZodTypeAny, {
@@ -1991,11 +1791,11 @@ declare const WellKnownBindings: {
1991
1791
  contextWindow: zod.ZodNumber;
1992
1792
  maxOutputTokens: zod.ZodNumber;
1993
1793
  }, "strip", zod.ZodTypeAny, {
1994
- contextWindow: number;
1995
1794
  maxOutputTokens: number;
1996
- }, {
1997
1795
  contextWindow: number;
1796
+ }, {
1998
1797
  maxOutputTokens: number;
1798
+ contextWindow: number;
1999
1799
  }>>;
2000
1800
  costs: zod.ZodNullable<zod.ZodObject<{
2001
1801
  input: zod.ZodNumber;
@@ -2008,45 +1808,23 @@ declare const WellKnownBindings: {
2008
1808
  output: number;
2009
1809
  }>>;
2010
1810
  provider: zod.ZodNullable<zod.ZodEnum<["openai", "anthropic", "google", "xai", "deepseek", "openai-compatible", "openrouter"]>>;
2011
- endpoint: zod.ZodNullable<zod.ZodObject<{
2012
- url: zod.ZodString;
2013
- method: zod.ZodDefault<zod.ZodString>;
2014
- contentType: zod.ZodDefault<zod.ZodString>;
2015
- stream: zod.ZodDefault<zod.ZodBoolean>;
2016
- }, "strip", zod.ZodTypeAny, {
2017
- url: string;
2018
- method: string;
2019
- contentType: string;
2020
- stream: boolean;
2021
- }, {
2022
- url: string;
2023
- method?: string | undefined;
2024
- contentType?: string | undefined;
2025
- stream?: boolean | undefined;
2026
- }>>;
2027
1811
  }, "strip", zod.ZodTypeAny, {
2028
1812
  id: string;
2029
1813
  title: string;
2030
1814
  created_at: string;
2031
1815
  updated_at: string;
2032
- logo: string | null;
2033
1816
  description: string | null;
2034
1817
  capabilities: string[];
1818
+ logo: string | null;
2035
1819
  limits: {
2036
- contextWindow: number;
2037
1820
  maxOutputTokens: number;
1821
+ contextWindow: number;
2038
1822
  } | null;
2039
1823
  costs: {
2040
1824
  input: number;
2041
1825
  output: number;
2042
1826
  } | null;
2043
- provider: "openai" | "anthropic" | "google" | "xai" | "deepseek" | "openai-compatible" | "openrouter" | null;
2044
- endpoint: {
2045
- url: string;
2046
- method: string;
2047
- contentType: string;
2048
- stream: boolean;
2049
- } | null;
1827
+ provider: "openai" | "anthropic" | "google" | "deepseek" | "openai-compatible" | "openrouter" | "xai" | null;
2050
1828
  created_by?: string | undefined;
2051
1829
  updated_by?: string | undefined;
2052
1830
  }, {
@@ -2054,24 +1832,18 @@ declare const WellKnownBindings: {
2054
1832
  title: string;
2055
1833
  created_at: string;
2056
1834
  updated_at: string;
2057
- logo: string | null;
2058
1835
  description: string | null;
2059
1836
  capabilities: string[];
1837
+ logo: string | null;
2060
1838
  limits: {
2061
- contextWindow: number;
2062
1839
  maxOutputTokens: number;
1840
+ contextWindow: number;
2063
1841
  } | null;
2064
1842
  costs: {
2065
1843
  input: number;
2066
1844
  output: number;
2067
1845
  } | null;
2068
- provider: "openai" | "anthropic" | "google" | "xai" | "deepseek" | "openai-compatible" | "openrouter" | null;
2069
- endpoint: {
2070
- url: string;
2071
- method?: string | undefined;
2072
- contentType?: string | undefined;
2073
- stream?: boolean | undefined;
2074
- } | null;
1846
+ provider: "openai" | "anthropic" | "google" | "deepseek" | "openai-compatible" | "openrouter" | "xai" | null;
2075
1847
  created_by?: string | undefined;
2076
1848
  updated_by?: string | undefined;
2077
1849
  }>;
@@ -2081,24 +1853,18 @@ declare const WellKnownBindings: {
2081
1853
  title: string;
2082
1854
  created_at: string;
2083
1855
  updated_at: string;
2084
- logo: string | null;
2085
1856
  description: string | null;
2086
1857
  capabilities: string[];
1858
+ logo: string | null;
2087
1859
  limits: {
2088
- contextWindow: number;
2089
1860
  maxOutputTokens: number;
1861
+ contextWindow: number;
2090
1862
  } | null;
2091
1863
  costs: {
2092
1864
  input: number;
2093
1865
  output: number;
2094
1866
  } | null;
2095
- provider: "openai" | "anthropic" | "google" | "xai" | "deepseek" | "openai-compatible" | "openrouter" | null;
2096
- endpoint: {
2097
- url: string;
2098
- method: string;
2099
- contentType: string;
2100
- stream: boolean;
2101
- } | null;
1867
+ provider: "openai" | "anthropic" | "google" | "deepseek" | "openai-compatible" | "openrouter" | "xai" | null;
2102
1868
  created_by?: string | undefined;
2103
1869
  updated_by?: string | undefined;
2104
1870
  };
@@ -2108,24 +1874,18 @@ declare const WellKnownBindings: {
2108
1874
  title: string;
2109
1875
  created_at: string;
2110
1876
  updated_at: string;
2111
- logo: string | null;
2112
1877
  description: string | null;
2113
1878
  capabilities: string[];
1879
+ logo: string | null;
2114
1880
  limits: {
2115
- contextWindow: number;
2116
1881
  maxOutputTokens: number;
1882
+ contextWindow: number;
2117
1883
  } | null;
2118
1884
  costs: {
2119
1885
  input: number;
2120
1886
  output: number;
2121
1887
  } | null;
2122
- provider: "openai" | "anthropic" | "google" | "xai" | "deepseek" | "openai-compatible" | "openrouter" | null;
2123
- endpoint: {
2124
- url: string;
2125
- method?: string | undefined;
2126
- contentType?: string | undefined;
2127
- stream?: boolean | undefined;
2128
- } | null;
1888
+ provider: "openai" | "anthropic" | "google" | "deepseek" | "openai-compatible" | "openrouter" | "xai" | null;
2129
1889
  created_by?: string | undefined;
2130
1890
  updated_by?: string | undefined;
2131
1891
  };
@@ -2191,10 +1951,10 @@ declare const WellKnownBindings: {
2191
1951
  headers: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodUnion<[zod.ZodString, zod.ZodUndefined]>>>;
2192
1952
  providerOptions: zod.ZodOptional<zod.ZodAny>;
2193
1953
  }, "strip", zod.ZodTypeAny, {
2194
- maxOutputTokens?: number | undefined;
2195
1954
  tools?: any[] | undefined;
2196
1955
  headers?: Record<string, string | undefined> | undefined;
2197
1956
  prompt?: any;
1957
+ maxOutputTokens?: number | undefined;
2198
1958
  temperature?: number | undefined;
2199
1959
  topP?: number | undefined;
2200
1960
  topK?: number | undefined;
@@ -2215,10 +1975,10 @@ declare const WellKnownBindings: {
2215
1975
  abortSignal?: any;
2216
1976
  providerOptions?: any;
2217
1977
  }, {
2218
- maxOutputTokens?: number | undefined;
2219
1978
  tools?: any[] | undefined;
2220
1979
  headers?: Record<string, string | undefined> | undefined;
2221
1980
  prompt?: any;
1981
+ maxOutputTokens?: number | undefined;
2222
1982
  temperature?: number | undefined;
2223
1983
  topP?: number | undefined;
2224
1984
  topK?: number | undefined;
@@ -2242,10 +2002,10 @@ declare const WellKnownBindings: {
2242
2002
  }, "strip", zod.ZodTypeAny, {
2243
2003
  modelId: string;
2244
2004
  callOptions: {
2245
- maxOutputTokens?: number | undefined;
2246
2005
  tools?: any[] | undefined;
2247
2006
  headers?: Record<string, string | undefined> | undefined;
2248
2007
  prompt?: any;
2008
+ maxOutputTokens?: number | undefined;
2249
2009
  temperature?: number | undefined;
2250
2010
  topP?: number | undefined;
2251
2011
  topK?: number | undefined;
@@ -2269,10 +2029,10 @@ declare const WellKnownBindings: {
2269
2029
  }, {
2270
2030
  modelId: string;
2271
2031
  callOptions: {
2272
- maxOutputTokens?: number | undefined;
2273
2032
  tools?: any[] | undefined;
2274
2033
  headers?: Record<string, string | undefined> | undefined;
2275
2034
  prompt?: any;
2035
+ maxOutputTokens?: number | undefined;
2276
2036
  temperature?: number | undefined;
2277
2037
  topP?: number | undefined;
2278
2038
  topK?: number | undefined;
@@ -2339,10 +2099,10 @@ declare const WellKnownBindings: {
2339
2099
  headers: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodUnion<[zod.ZodString, zod.ZodUndefined]>>>;
2340
2100
  providerOptions: zod.ZodOptional<zod.ZodAny>;
2341
2101
  }, "strip", zod.ZodTypeAny, {
2342
- maxOutputTokens?: number | undefined;
2343
2102
  tools?: any[] | undefined;
2344
2103
  headers?: Record<string, string | undefined> | undefined;
2345
2104
  prompt?: any;
2105
+ maxOutputTokens?: number | undefined;
2346
2106
  temperature?: number | undefined;
2347
2107
  topP?: number | undefined;
2348
2108
  topK?: number | undefined;
@@ -2363,10 +2123,10 @@ declare const WellKnownBindings: {
2363
2123
  abortSignal?: any;
2364
2124
  providerOptions?: any;
2365
2125
  }, {
2366
- maxOutputTokens?: number | undefined;
2367
2126
  tools?: any[] | undefined;
2368
2127
  headers?: Record<string, string | undefined> | undefined;
2369
2128
  prompt?: any;
2129
+ maxOutputTokens?: number | undefined;
2370
2130
  temperature?: number | undefined;
2371
2131
  topP?: number | undefined;
2372
2132
  topK?: number | undefined;
@@ -2390,10 +2150,10 @@ declare const WellKnownBindings: {
2390
2150
  }, "strip", zod.ZodTypeAny, {
2391
2151
  modelId: string;
2392
2152
  callOptions: {
2393
- maxOutputTokens?: number | undefined;
2394
2153
  tools?: any[] | undefined;
2395
2154
  headers?: Record<string, string | undefined> | undefined;
2396
2155
  prompt?: any;
2156
+ maxOutputTokens?: number | undefined;
2397
2157
  temperature?: number | undefined;
2398
2158
  topP?: number | undefined;
2399
2159
  topK?: number | undefined;
@@ -2417,10 +2177,10 @@ declare const WellKnownBindings: {
2417
2177
  }, {
2418
2178
  modelId: string;
2419
2179
  callOptions: {
2420
- maxOutputTokens?: number | undefined;
2421
2180
  tools?: any[] | undefined;
2422
2181
  headers?: Record<string, string | undefined> | undefined;
2423
2182
  prompt?: any;
2183
+ maxOutputTokens?: number | undefined;
2424
2184
  temperature?: number | undefined;
2425
2185
  topP?: number | undefined;
2426
2186
  topK?: number | undefined;