File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -77,15 +77,15 @@ export class BedrockFoundationModel implements IInvokable {
77
77
} ) ;
78
78
79
79
public static readonly AMAZON_NOVA_MICRO_V1 = new BedrockFoundationModel ( 'amazon.nova-micro-v1:0' , {
80
- supportsAgents : true ,
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 ,
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 ,
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