File tree 1 file changed +9
-9
lines changed
1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -76,17 +76,17 @@ 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 ,
81
- } ) ;
79
+ public static readonly AMAZON_NOVA_MICRO_V1 = new BedrockFoundationModel ( 'amazon.nova-micro-v1:0' ,
80
+ { supportsAgents : true , supportsCrossRegion : true } ,
81
+ ) ;
82
82
83
- public static readonly AMAZON_NOVA_LITE_V1 = new BedrockFoundationModel ( 'amazon.nova-lite-v1:0' , {
84
- supportsAgents : true ,
85
- } ) ;
83
+ public static readonly AMAZON_NOVA_LITE_V1 = new BedrockFoundationModel ( 'amazon.nova-lite-v1:0' ,
84
+ { supportsAgents : true , supportsCrossRegion : true } ,
85
+ ) ;
86
86
87
- public static readonly AMAZON_NOVA_PRO_V1 = new BedrockFoundationModel ( 'amazon.nova-pro-v1:0' , {
88
- supportsAgents : true ,
89
- } ) ;
87
+ public static readonly AMAZON_NOVA_PRO_V1 = new BedrockFoundationModel ( 'amazon.nova-pro-v1:0' ,
88
+ { supportsAgents : true , supportsCrossRegion : true } ,
89
+ ) ;
90
90
91
91
public static readonly TITAN_EMBED_TEXT_V1 = new BedrockFoundationModel ( 'amazon.titan-embed-text-v1' , {
92
92
supportsKnowledgeBase : true ,
You can’t perform that action at this time.
0 commit comments