@adaline/bedrock 0.19.0 → 0.20.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.mts CHANGED
@@ -36,7 +36,7 @@ declare const BedrockAnthropicChatModelBaseConfigDef: (maxOutputTokens: number,
36
36
  param: string;
37
37
  title: string;
38
38
  description: string;
39
- default: string | null;
39
+ default: string;
40
40
  choices: string[];
41
41
  };
42
42
  readonly temperature: {
@@ -91,7 +91,7 @@ declare const BedrockAnthropicChatModelBaseConfigDef: (maxOutputTokens: number,
91
91
  param: string;
92
92
  title: string;
93
93
  description: string;
94
- default: string | null;
94
+ default: string;
95
95
  choices: string[];
96
96
  };
97
97
  };
@@ -102,7 +102,7 @@ declare const awsRegionChoice: {
102
102
  param: string;
103
103
  title: string;
104
104
  description: string;
105
- default: string | null;
105
+ default: string;
106
106
  choices: string[];
107
107
  };
108
108
  schema: zod.ZodOptional<zod.ZodDefault<zod.ZodNullable<zod.ZodEnum<[string, ...string[]]>>>>;
@@ -116,7 +116,7 @@ declare const BedrockAnthropicChatModelConfigs: {
116
116
  param: string;
117
117
  title: string;
118
118
  description: string;
119
- default: string | null;
119
+ default: string;
120
120
  choices: string[];
121
121
  };
122
122
  readonly temperature: {
@@ -171,7 +171,7 @@ declare const BedrockAnthropicChatModelConfigs: {
171
171
  param: string;
172
172
  title: string;
173
173
  description: string;
174
- default: string | null;
174
+ default: string;
175
175
  choices: string[];
176
176
  };
177
177
  };
@@ -294,7 +294,7 @@ declare const BedrockClaude3_5Haiku20241022Schema: {
294
294
  param: string;
295
295
  title: string;
296
296
  description: string;
297
- default: string | null;
297
+ default: string;
298
298
  choices: string[];
299
299
  }>;
300
300
  schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
@@ -359,7 +359,7 @@ declare const BedrockClaude3_5Sonnet20240620Schema: {
359
359
  param: string;
360
360
  title: string;
361
361
  description: string;
362
- default: string | null;
362
+ default: string;
363
363
  choices: string[];
364
364
  }>;
365
365
  schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
@@ -424,7 +424,7 @@ declare const BedrockClaude3_5Sonnet20241022Schema: {
424
424
  param: string;
425
425
  title: string;
426
426
  description: string;
427
- default: string | null;
427
+ default: string;
428
428
  choices: string[];
429
429
  }>;
430
430
  schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
@@ -489,7 +489,7 @@ declare const BedrockClaude3Haiku20240307Schema: {
489
489
  param: string;
490
490
  title: string;
491
491
  description: string;
492
- default: string | null;
492
+ default: string;
493
493
  choices: string[];
494
494
  }>;
495
495
  schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
@@ -554,7 +554,7 @@ declare const BedrockClaude3Opus20240229Schema: {
554
554
  param: string;
555
555
  title: string;
556
556
  description: string;
557
- default: string | null;
557
+ default: string;
558
558
  choices: string[];
559
559
  }>;
560
560
  schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
@@ -619,7 +619,7 @@ declare const BedrockClaude3Sonnet20240229Schema: {
619
619
  param: string;
620
620
  title: string;
621
621
  description: string;
622
- default: string | null;
622
+ default: string;
623
623
  choices: string[];
624
624
  }>;
625
625
  schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
package/dist/index.d.ts CHANGED
@@ -36,7 +36,7 @@ declare const BedrockAnthropicChatModelBaseConfigDef: (maxOutputTokens: number,
36
36
  param: string;
37
37
  title: string;
38
38
  description: string;
39
- default: string | null;
39
+ default: string;
40
40
  choices: string[];
41
41
  };
42
42
  readonly temperature: {
@@ -91,7 +91,7 @@ declare const BedrockAnthropicChatModelBaseConfigDef: (maxOutputTokens: number,
91
91
  param: string;
92
92
  title: string;
93
93
  description: string;
94
- default: string | null;
94
+ default: string;
95
95
  choices: string[];
96
96
  };
97
97
  };
@@ -102,7 +102,7 @@ declare const awsRegionChoice: {
102
102
  param: string;
103
103
  title: string;
104
104
  description: string;
105
- default: string | null;
105
+ default: string;
106
106
  choices: string[];
107
107
  };
108
108
  schema: zod.ZodOptional<zod.ZodDefault<zod.ZodNullable<zod.ZodEnum<[string, ...string[]]>>>>;
@@ -116,7 +116,7 @@ declare const BedrockAnthropicChatModelConfigs: {
116
116
  param: string;
117
117
  title: string;
118
118
  description: string;
119
- default: string | null;
119
+ default: string;
120
120
  choices: string[];
121
121
  };
122
122
  readonly temperature: {
@@ -171,7 +171,7 @@ declare const BedrockAnthropicChatModelConfigs: {
171
171
  param: string;
172
172
  title: string;
173
173
  description: string;
174
- default: string | null;
174
+ default: string;
175
175
  choices: string[];
176
176
  };
177
177
  };
@@ -294,7 +294,7 @@ declare const BedrockClaude3_5Haiku20241022Schema: {
294
294
  param: string;
295
295
  title: string;
296
296
  description: string;
297
- default: string | null;
297
+ default: string;
298
298
  choices: string[];
299
299
  }>;
300
300
  schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
@@ -359,7 +359,7 @@ declare const BedrockClaude3_5Sonnet20240620Schema: {
359
359
  param: string;
360
360
  title: string;
361
361
  description: string;
362
- default: string | null;
362
+ default: string;
363
363
  choices: string[];
364
364
  }>;
365
365
  schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
@@ -424,7 +424,7 @@ declare const BedrockClaude3_5Sonnet20241022Schema: {
424
424
  param: string;
425
425
  title: string;
426
426
  description: string;
427
- default: string | null;
427
+ default: string;
428
428
  choices: string[];
429
429
  }>;
430
430
  schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
@@ -489,7 +489,7 @@ declare const BedrockClaude3Haiku20240307Schema: {
489
489
  param: string;
490
490
  title: string;
491
491
  description: string;
492
- default: string | null;
492
+ default: string;
493
493
  choices: string[];
494
494
  }>;
495
495
  schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
@@ -554,7 +554,7 @@ declare const BedrockClaude3Opus20240229Schema: {
554
554
  param: string;
555
555
  title: string;
556
556
  description: string;
557
- default: string | null;
557
+ default: string;
558
558
  choices: string[];
559
559
  }>;
560
560
  schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
@@ -619,7 +619,7 @@ declare const BedrockClaude3Sonnet20240229Schema: {
619
619
  param: string;
620
620
  title: string;
621
621
  description: string;
622
- default: string | null;
622
+ default: string;
623
623
  choices: string[];
624
624
  }>;
625
625
  schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;