File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -76,16 +76,16 @@ export class BedrockFoundationModel implements IInvokable {
76
76
supportsAgents : true ,
77
77
} ) ;
78
78
79
- public static readonly AMAZON_NOVA_MICRO_V1 = new BedrockFoundationModel ( 'amazon.nova-micro-v1:0' ,
80
- { supportsAgents : true , supportsCrossRegion : true }
79
+ public static readonly AMAZON_NOVA_MICRO_V1 = new BedrockFoundationModel ( 'amazon.nova-micro-v1:0' ,
80
+ { supportsAgents : true , supportsCrossRegion : true } ,
81
81
) ;
82
82
83
83
public static readonly AMAZON_NOVA_LITE_V1 = new BedrockFoundationModel ( 'amazon.nova-lite-v1:0' ,
84
- { supportsAgents : true , supportsCrossRegion : true }
84
+ { supportsAgents : true , supportsCrossRegion : true } ,
85
85
) ;
86
86
87
87
public static readonly AMAZON_NOVA_PRO_V1 = new BedrockFoundationModel ( 'amazon.nova-pro-v1:0' ,
88
- { supportsAgents : true , supportsCrossRegion : true }
88
+ { supportsAgents : true , supportsCrossRegion : true } ,
89
89
) ;
90
90
91
91
public static readonly TITAN_EMBED_TEXT_V1 = new BedrockFoundationModel ( 'amazon.titan-embed-text-v1' , {
You can’t perform that action at this time.
0 commit comments