@adaline/bedrock 2.2.1 → 2.3.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.
- package/dist/index.d.mts +334 -1
- package/dist/index.d.ts +334 -1
- package/dist/index.js +50 -46
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +15 -15
- package/dist/index.mjs.map +1 -1
- package/package.json +5 -5
package/dist/index.d.mts
CHANGED
|
@@ -331,6 +331,29 @@ declare const BedrockClaude3_5Haiku20241022Schema: {
|
|
|
331
331
|
title: string;
|
|
332
332
|
description: string;
|
|
333
333
|
objectSchema?: any;
|
|
334
|
+
} | {
|
|
335
|
+
type: "paired-select";
|
|
336
|
+
param: string;
|
|
337
|
+
title: string;
|
|
338
|
+
description: string;
|
|
339
|
+
fields: [{
|
|
340
|
+
label: string;
|
|
341
|
+
key: string;
|
|
342
|
+
choices: {
|
|
343
|
+
value: string;
|
|
344
|
+
label: string;
|
|
345
|
+
}[];
|
|
346
|
+
description?: string | undefined;
|
|
347
|
+
}, {
|
|
348
|
+
label: string;
|
|
349
|
+
key: string;
|
|
350
|
+
choices: {
|
|
351
|
+
value: string;
|
|
352
|
+
label: string;
|
|
353
|
+
}[];
|
|
354
|
+
description?: string | undefined;
|
|
355
|
+
}];
|
|
356
|
+
uniqueByField?: string | undefined;
|
|
334
357
|
} | {
|
|
335
358
|
type: "range";
|
|
336
359
|
param: string;
|
|
@@ -411,6 +434,29 @@ declare const BedrockClaude3_5Sonnet20240620Schema: {
|
|
|
411
434
|
title: string;
|
|
412
435
|
description: string;
|
|
413
436
|
objectSchema?: any;
|
|
437
|
+
} | {
|
|
438
|
+
type: "paired-select";
|
|
439
|
+
param: string;
|
|
440
|
+
title: string;
|
|
441
|
+
description: string;
|
|
442
|
+
fields: [{
|
|
443
|
+
label: string;
|
|
444
|
+
key: string;
|
|
445
|
+
choices: {
|
|
446
|
+
value: string;
|
|
447
|
+
label: string;
|
|
448
|
+
}[];
|
|
449
|
+
description?: string | undefined;
|
|
450
|
+
}, {
|
|
451
|
+
label: string;
|
|
452
|
+
key: string;
|
|
453
|
+
choices: {
|
|
454
|
+
value: string;
|
|
455
|
+
label: string;
|
|
456
|
+
}[];
|
|
457
|
+
description?: string | undefined;
|
|
458
|
+
}];
|
|
459
|
+
uniqueByField?: string | undefined;
|
|
414
460
|
} | {
|
|
415
461
|
type: "range";
|
|
416
462
|
param: string;
|
|
@@ -491,6 +537,29 @@ declare const BedrockClaude3_5Sonnet20241022Schema: {
|
|
|
491
537
|
title: string;
|
|
492
538
|
description: string;
|
|
493
539
|
objectSchema?: any;
|
|
540
|
+
} | {
|
|
541
|
+
type: "paired-select";
|
|
542
|
+
param: string;
|
|
543
|
+
title: string;
|
|
544
|
+
description: string;
|
|
545
|
+
fields: [{
|
|
546
|
+
label: string;
|
|
547
|
+
key: string;
|
|
548
|
+
choices: {
|
|
549
|
+
value: string;
|
|
550
|
+
label: string;
|
|
551
|
+
}[];
|
|
552
|
+
description?: string | undefined;
|
|
553
|
+
}, {
|
|
554
|
+
label: string;
|
|
555
|
+
key: string;
|
|
556
|
+
choices: {
|
|
557
|
+
value: string;
|
|
558
|
+
label: string;
|
|
559
|
+
}[];
|
|
560
|
+
description?: string | undefined;
|
|
561
|
+
}];
|
|
562
|
+
uniqueByField?: string | undefined;
|
|
494
563
|
} | {
|
|
495
564
|
type: "range";
|
|
496
565
|
param: string;
|
|
@@ -571,6 +640,29 @@ declare const BedrockClaude3_7Sonnet20250219Schema: {
|
|
|
571
640
|
title: string;
|
|
572
641
|
description: string;
|
|
573
642
|
objectSchema?: any;
|
|
643
|
+
} | {
|
|
644
|
+
type: "paired-select";
|
|
645
|
+
param: string;
|
|
646
|
+
title: string;
|
|
647
|
+
description: string;
|
|
648
|
+
fields: [{
|
|
649
|
+
label: string;
|
|
650
|
+
key: string;
|
|
651
|
+
choices: {
|
|
652
|
+
value: string;
|
|
653
|
+
label: string;
|
|
654
|
+
}[];
|
|
655
|
+
description?: string | undefined;
|
|
656
|
+
}, {
|
|
657
|
+
label: string;
|
|
658
|
+
key: string;
|
|
659
|
+
choices: {
|
|
660
|
+
value: string;
|
|
661
|
+
label: string;
|
|
662
|
+
}[];
|
|
663
|
+
description?: string | undefined;
|
|
664
|
+
}];
|
|
665
|
+
uniqueByField?: string | undefined;
|
|
574
666
|
} | {
|
|
575
667
|
type: "range";
|
|
576
668
|
param: string;
|
|
@@ -652,6 +744,29 @@ declare const BedrockClaude3Haiku20240307Schema: {
|
|
|
652
744
|
title: string;
|
|
653
745
|
description: string;
|
|
654
746
|
objectSchema?: any;
|
|
747
|
+
} | {
|
|
748
|
+
type: "paired-select";
|
|
749
|
+
param: string;
|
|
750
|
+
title: string;
|
|
751
|
+
description: string;
|
|
752
|
+
fields: [{
|
|
753
|
+
label: string;
|
|
754
|
+
key: string;
|
|
755
|
+
choices: {
|
|
756
|
+
value: string;
|
|
757
|
+
label: string;
|
|
758
|
+
}[];
|
|
759
|
+
description?: string | undefined;
|
|
760
|
+
}, {
|
|
761
|
+
label: string;
|
|
762
|
+
key: string;
|
|
763
|
+
choices: {
|
|
764
|
+
value: string;
|
|
765
|
+
label: string;
|
|
766
|
+
}[];
|
|
767
|
+
description?: string | undefined;
|
|
768
|
+
}];
|
|
769
|
+
uniqueByField?: string | undefined;
|
|
655
770
|
} | {
|
|
656
771
|
type: "range";
|
|
657
772
|
param: string;
|
|
@@ -732,6 +847,29 @@ declare const BedrockClaude3Opus20240229Schema: {
|
|
|
732
847
|
title: string;
|
|
733
848
|
description: string;
|
|
734
849
|
objectSchema?: any;
|
|
850
|
+
} | {
|
|
851
|
+
type: "paired-select";
|
|
852
|
+
param: string;
|
|
853
|
+
title: string;
|
|
854
|
+
description: string;
|
|
855
|
+
fields: [{
|
|
856
|
+
label: string;
|
|
857
|
+
key: string;
|
|
858
|
+
choices: {
|
|
859
|
+
value: string;
|
|
860
|
+
label: string;
|
|
861
|
+
}[];
|
|
862
|
+
description?: string | undefined;
|
|
863
|
+
}, {
|
|
864
|
+
label: string;
|
|
865
|
+
key: string;
|
|
866
|
+
choices: {
|
|
867
|
+
value: string;
|
|
868
|
+
label: string;
|
|
869
|
+
}[];
|
|
870
|
+
description?: string | undefined;
|
|
871
|
+
}];
|
|
872
|
+
uniqueByField?: string | undefined;
|
|
735
873
|
} | {
|
|
736
874
|
type: "range";
|
|
737
875
|
param: string;
|
|
@@ -812,6 +950,29 @@ declare const BedrockClaude3Sonnet20240229Schema: {
|
|
|
812
950
|
title: string;
|
|
813
951
|
description: string;
|
|
814
952
|
objectSchema?: any;
|
|
953
|
+
} | {
|
|
954
|
+
type: "paired-select";
|
|
955
|
+
param: string;
|
|
956
|
+
title: string;
|
|
957
|
+
description: string;
|
|
958
|
+
fields: [{
|
|
959
|
+
label: string;
|
|
960
|
+
key: string;
|
|
961
|
+
choices: {
|
|
962
|
+
value: string;
|
|
963
|
+
label: string;
|
|
964
|
+
}[];
|
|
965
|
+
description?: string | undefined;
|
|
966
|
+
}, {
|
|
967
|
+
label: string;
|
|
968
|
+
key: string;
|
|
969
|
+
choices: {
|
|
970
|
+
value: string;
|
|
971
|
+
label: string;
|
|
972
|
+
}[];
|
|
973
|
+
description?: string | undefined;
|
|
974
|
+
}];
|
|
975
|
+
uniqueByField?: string | undefined;
|
|
815
976
|
} | {
|
|
816
977
|
type: "range";
|
|
817
978
|
param: string;
|
|
@@ -892,6 +1053,29 @@ declare const BedrockClaude4Opus20250514Schema: {
|
|
|
892
1053
|
title: string;
|
|
893
1054
|
description: string;
|
|
894
1055
|
objectSchema?: any;
|
|
1056
|
+
} | {
|
|
1057
|
+
type: "paired-select";
|
|
1058
|
+
param: string;
|
|
1059
|
+
title: string;
|
|
1060
|
+
description: string;
|
|
1061
|
+
fields: [{
|
|
1062
|
+
label: string;
|
|
1063
|
+
key: string;
|
|
1064
|
+
choices: {
|
|
1065
|
+
value: string;
|
|
1066
|
+
label: string;
|
|
1067
|
+
}[];
|
|
1068
|
+
description?: string | undefined;
|
|
1069
|
+
}, {
|
|
1070
|
+
label: string;
|
|
1071
|
+
key: string;
|
|
1072
|
+
choices: {
|
|
1073
|
+
value: string;
|
|
1074
|
+
label: string;
|
|
1075
|
+
}[];
|
|
1076
|
+
description?: string | undefined;
|
|
1077
|
+
}];
|
|
1078
|
+
uniqueByField?: string | undefined;
|
|
895
1079
|
} | {
|
|
896
1080
|
type: "range";
|
|
897
1081
|
param: string;
|
|
@@ -972,6 +1156,29 @@ declare const BedrockClaude4Sonnet20250514Schema: {
|
|
|
972
1156
|
title: string;
|
|
973
1157
|
description: string;
|
|
974
1158
|
objectSchema?: any;
|
|
1159
|
+
} | {
|
|
1160
|
+
type: "paired-select";
|
|
1161
|
+
param: string;
|
|
1162
|
+
title: string;
|
|
1163
|
+
description: string;
|
|
1164
|
+
fields: [{
|
|
1165
|
+
label: string;
|
|
1166
|
+
key: string;
|
|
1167
|
+
choices: {
|
|
1168
|
+
value: string;
|
|
1169
|
+
label: string;
|
|
1170
|
+
}[];
|
|
1171
|
+
description?: string | undefined;
|
|
1172
|
+
}, {
|
|
1173
|
+
label: string;
|
|
1174
|
+
key: string;
|
|
1175
|
+
choices: {
|
|
1176
|
+
value: string;
|
|
1177
|
+
label: string;
|
|
1178
|
+
}[];
|
|
1179
|
+
description?: string | undefined;
|
|
1180
|
+
}];
|
|
1181
|
+
uniqueByField?: string | undefined;
|
|
975
1182
|
} | {
|
|
976
1183
|
type: "range";
|
|
977
1184
|
param: string;
|
|
@@ -1031,6 +1238,109 @@ declare class BedrockClaude4Sonnet20250514 extends BaseChatModelAnthropic {
|
|
|
1031
1238
|
constructor(options: BedrockClaude4Sonnet20250514OptionsType);
|
|
1032
1239
|
}
|
|
1033
1240
|
|
|
1241
|
+
declare const BedrockClaudeOpus4_520251101Literal = "anthropic.claude-opus-4-5-20251101-v1:0";
|
|
1242
|
+
declare const BedrockClaudeOpus4_520251101Schema: {
|
|
1243
|
+
description: string;
|
|
1244
|
+
name: string;
|
|
1245
|
+
roles: Partial<Record<"system" | "user" | "assistant" | "tool", string | undefined>>;
|
|
1246
|
+
modalities: ["text" | "image" | "tool-call" | "tool-response" | "reasoning", ...("text" | "image" | "tool-call" | "tool-response" | "reasoning")[]];
|
|
1247
|
+
maxInputTokens: number;
|
|
1248
|
+
maxOutputTokens: number;
|
|
1249
|
+
config: {
|
|
1250
|
+
def: Record<string, {
|
|
1251
|
+
type: "multi-string";
|
|
1252
|
+
param: string;
|
|
1253
|
+
title: string;
|
|
1254
|
+
description: string;
|
|
1255
|
+
max: number;
|
|
1256
|
+
} | {
|
|
1257
|
+
type: "object-schema";
|
|
1258
|
+
param: string;
|
|
1259
|
+
title: string;
|
|
1260
|
+
description: string;
|
|
1261
|
+
objectSchema?: any;
|
|
1262
|
+
} | {
|
|
1263
|
+
type: "paired-select";
|
|
1264
|
+
param: string;
|
|
1265
|
+
title: string;
|
|
1266
|
+
description: string;
|
|
1267
|
+
fields: [{
|
|
1268
|
+
label: string;
|
|
1269
|
+
key: string;
|
|
1270
|
+
choices: {
|
|
1271
|
+
value: string;
|
|
1272
|
+
label: string;
|
|
1273
|
+
}[];
|
|
1274
|
+
description?: string | undefined;
|
|
1275
|
+
}, {
|
|
1276
|
+
label: string;
|
|
1277
|
+
key: string;
|
|
1278
|
+
choices: {
|
|
1279
|
+
value: string;
|
|
1280
|
+
label: string;
|
|
1281
|
+
}[];
|
|
1282
|
+
description?: string | undefined;
|
|
1283
|
+
}];
|
|
1284
|
+
uniqueByField?: string | undefined;
|
|
1285
|
+
} | {
|
|
1286
|
+
type: "range";
|
|
1287
|
+
param: string;
|
|
1288
|
+
title: string;
|
|
1289
|
+
description: string;
|
|
1290
|
+
max: number;
|
|
1291
|
+
default: number;
|
|
1292
|
+
min: number;
|
|
1293
|
+
step: number;
|
|
1294
|
+
} | {
|
|
1295
|
+
type: "select-boolean";
|
|
1296
|
+
param: string;
|
|
1297
|
+
title: string;
|
|
1298
|
+
description: string;
|
|
1299
|
+
default: boolean | null;
|
|
1300
|
+
} | {
|
|
1301
|
+
type: "select-string";
|
|
1302
|
+
param: string;
|
|
1303
|
+
title: string;
|
|
1304
|
+
description: string;
|
|
1305
|
+
default: string;
|
|
1306
|
+
choices: string[];
|
|
1307
|
+
}>;
|
|
1308
|
+
schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
|
|
1309
|
+
};
|
|
1310
|
+
price: {
|
|
1311
|
+
modelName: string;
|
|
1312
|
+
currency: string;
|
|
1313
|
+
tokenRanges: {
|
|
1314
|
+
minTokens: number;
|
|
1315
|
+
prices: {
|
|
1316
|
+
base: {
|
|
1317
|
+
inputPricePerMillion: number;
|
|
1318
|
+
outputPricePerMillion: number;
|
|
1319
|
+
};
|
|
1320
|
+
};
|
|
1321
|
+
maxTokens?: number | null | undefined;
|
|
1322
|
+
}[];
|
|
1323
|
+
};
|
|
1324
|
+
maxReasoningTokens?: number | undefined;
|
|
1325
|
+
};
|
|
1326
|
+
declare const BedrockClaudeOpus4_520251101Options: z.ZodObject<{
|
|
1327
|
+
modelName: z.ZodString;
|
|
1328
|
+
awsAccessKeyId: z.ZodString;
|
|
1329
|
+
awsSecretAccessKey: z.ZodString;
|
|
1330
|
+
}, "strip", z.ZodTypeAny, {
|
|
1331
|
+
modelName: string;
|
|
1332
|
+
awsAccessKeyId: string;
|
|
1333
|
+
awsSecretAccessKey: string;
|
|
1334
|
+
}, {
|
|
1335
|
+
modelName: string;
|
|
1336
|
+
awsAccessKeyId: string;
|
|
1337
|
+
awsSecretAccessKey: string;
|
|
1338
|
+
}>;
|
|
1339
|
+
type BedrockClaudeOpus4_520251101OptionsType = z.infer<typeof BedrockClaudeOpus4_520251101Options>;
|
|
1340
|
+
declare class BedrockClaudeOpus4_520251101 extends BaseChatModelAnthropic {
|
|
1341
|
+
constructor(options: BedrockClaudeOpus4_520251101OptionsType);
|
|
1342
|
+
}
|
|
1343
|
+
|
|
1034
1344
|
declare const BedrockClaudeSonnet4_520250929Literal = "anthropic.claude-sonnet-4-5-20250929-v1:0";
|
|
1035
1345
|
declare const BedrockClaudeSonnet4_520250929Schema: {
|
|
1036
1346
|
description: string;
|
|
@@ -1052,6 +1362,29 @@ declare const BedrockClaudeSonnet4_520250929Schema: {
|
|
|
1052
1362
|
title: string;
|
|
1053
1363
|
description: string;
|
|
1054
1364
|
objectSchema?: any;
|
|
1365
|
+
} | {
|
|
1366
|
+
type: "paired-select";
|
|
1367
|
+
param: string;
|
|
1368
|
+
title: string;
|
|
1369
|
+
description: string;
|
|
1370
|
+
fields: [{
|
|
1371
|
+
label: string;
|
|
1372
|
+
key: string;
|
|
1373
|
+
choices: {
|
|
1374
|
+
value: string;
|
|
1375
|
+
label: string;
|
|
1376
|
+
}[];
|
|
1377
|
+
description?: string | undefined;
|
|
1378
|
+
}, {
|
|
1379
|
+
label: string;
|
|
1380
|
+
key: string;
|
|
1381
|
+
choices: {
|
|
1382
|
+
value: string;
|
|
1383
|
+
label: string;
|
|
1384
|
+
}[];
|
|
1385
|
+
description?: string | undefined;
|
|
1386
|
+
}];
|
|
1387
|
+
uniqueByField?: string | undefined;
|
|
1055
1388
|
} | {
|
|
1056
1389
|
type: "range";
|
|
1057
1390
|
param: string;
|
|
@@ -1127,4 +1460,4 @@ declare class Bedrock<C extends BaseChatModelOptionsType, E extends Record<strin
|
|
|
1127
1460
|
embeddingModel(options: E): EmbeddingModelV1;
|
|
1128
1461
|
}
|
|
1129
1462
|
|
|
1130
|
-
export { BaseChatModelAnthropic, BaseChatModelOptions, type BaseChatModelOptionsType, Bedrock, BedrockAnthropicChatModelBaseConfigDef, BedrockAnthropicChatModelBaseConfigSchema, BedrockAnthropicChatModelConfigs, BedrockClaude3Haiku20240307, BedrockClaude3Haiku20240307Literal, BedrockClaude3Haiku20240307Options, type BedrockClaude3Haiku20240307OptionsType, BedrockClaude3Haiku20240307Schema, BedrockClaude3Opus20240229, BedrockClaude3Opus20240229Literal, BedrockClaude3Opus20240229Options, type BedrockClaude3Opus20240229OptionsType, BedrockClaude3Opus20240229Schema, BedrockClaude3Sonnet20240229, BedrockClaude3Sonnet20240229Literal, BedrockClaude3Sonnet20240229Options, type BedrockClaude3Sonnet20240229OptionsType, BedrockClaude3Sonnet20240229Schema, BedrockClaude3_5Haiku20241022, BedrockClaude3_5Haiku20241022Literal, BedrockClaude3_5Haiku20241022Options, type BedrockClaude3_5Haiku20241022OptionsType, BedrockClaude3_5Haiku20241022Schema, BedrockClaude3_5Sonnet20240620, BedrockClaude3_5Sonnet20240620Literal, BedrockClaude3_5Sonnet20240620Options, type BedrockClaude3_5Sonnet20240620OptionsType, BedrockClaude3_5Sonnet20240620Schema, BedrockClaude3_5Sonnet20241022, BedrockClaude3_5Sonnet20241022Literal, BedrockClaude3_5Sonnet20241022Options, type BedrockClaude3_5Sonnet20241022OptionsType, BedrockClaude3_5Sonnet20241022Schema, BedrockClaude3_7Sonnet20250219, BedrockClaude3_7Sonnet20250219Literal, BedrockClaude3_7Sonnet20250219Options, type BedrockClaude3_7Sonnet20250219OptionsType, BedrockClaude3_7Sonnet20250219Schema, BedrockClaude4Opus20250514, BedrockClaude4Opus20250514Literal, BedrockClaude4Opus20250514Options, type BedrockClaude4Opus20250514OptionsType, BedrockClaude4Opus20250514Schema, BedrockClaude4Sonnet20250514, BedrockClaude4Sonnet20250514Literal, BedrockClaude4Sonnet20250514Options, type BedrockClaude4Sonnet20250514OptionsType, BedrockClaude4Sonnet20250514Schema, BedrockClaudeSonnet4_520250929, BedrockClaudeSonnet4_520250929Literal, BedrockClaudeSonnet4_520250929Options, type BedrockClaudeSonnet4_520250929OptionsType, BedrockClaudeSonnet4_520250929Schema, awsRegionChoice };
|
|
1463
|
+
export { BaseChatModelAnthropic, BaseChatModelOptions, type BaseChatModelOptionsType, Bedrock, BedrockAnthropicChatModelBaseConfigDef, BedrockAnthropicChatModelBaseConfigSchema, BedrockAnthropicChatModelConfigs, BedrockClaude3Haiku20240307, BedrockClaude3Haiku20240307Literal, BedrockClaude3Haiku20240307Options, type BedrockClaude3Haiku20240307OptionsType, BedrockClaude3Haiku20240307Schema, BedrockClaude3Opus20240229, BedrockClaude3Opus20240229Literal, BedrockClaude3Opus20240229Options, type BedrockClaude3Opus20240229OptionsType, BedrockClaude3Opus20240229Schema, BedrockClaude3Sonnet20240229, BedrockClaude3Sonnet20240229Literal, BedrockClaude3Sonnet20240229Options, type BedrockClaude3Sonnet20240229OptionsType, BedrockClaude3Sonnet20240229Schema, BedrockClaude3_5Haiku20241022, BedrockClaude3_5Haiku20241022Literal, BedrockClaude3_5Haiku20241022Options, type BedrockClaude3_5Haiku20241022OptionsType, BedrockClaude3_5Haiku20241022Schema, BedrockClaude3_5Sonnet20240620, BedrockClaude3_5Sonnet20240620Literal, BedrockClaude3_5Sonnet20240620Options, type BedrockClaude3_5Sonnet20240620OptionsType, BedrockClaude3_5Sonnet20240620Schema, BedrockClaude3_5Sonnet20241022, BedrockClaude3_5Sonnet20241022Literal, BedrockClaude3_5Sonnet20241022Options, type BedrockClaude3_5Sonnet20241022OptionsType, BedrockClaude3_5Sonnet20241022Schema, BedrockClaude3_7Sonnet20250219, BedrockClaude3_7Sonnet20250219Literal, BedrockClaude3_7Sonnet20250219Options, type BedrockClaude3_7Sonnet20250219OptionsType, BedrockClaude3_7Sonnet20250219Schema, BedrockClaude4Opus20250514, BedrockClaude4Opus20250514Literal, BedrockClaude4Opus20250514Options, type BedrockClaude4Opus20250514OptionsType, BedrockClaude4Opus20250514Schema, BedrockClaude4Sonnet20250514, BedrockClaude4Sonnet20250514Literal, BedrockClaude4Sonnet20250514Options, type BedrockClaude4Sonnet20250514OptionsType, BedrockClaude4Sonnet20250514Schema, BedrockClaudeOpus4_520251101, BedrockClaudeOpus4_520251101Literal, BedrockClaudeOpus4_520251101Options, type BedrockClaudeOpus4_520251101OptionsType, BedrockClaudeOpus4_520251101Schema, BedrockClaudeSonnet4_520250929, BedrockClaudeSonnet4_520250929Literal, BedrockClaudeSonnet4_520250929Options, type BedrockClaudeSonnet4_520250929OptionsType, BedrockClaudeSonnet4_520250929Schema, awsRegionChoice };
|