Skip to content

Commit 8d7edbb

Browse files
authored
Update models.ts
Pending build run Signed-off-by: Rafael Mosca <[email protected]>
1 parent 7b73cdb commit 8d7edbb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/cdk-lib/bedrock/models.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -77,15 +77,15 @@ export class BedrockFoundationModel implements IInvokable {
7777
});
7878

7979
public static readonly AMAZON_NOVA_MICRO_V1 = new BedrockFoundationModel('amazon.nova-micro-v1:0', {
80-
supportsAgents: true,
80+
{ supportsAgents: true, supportsCrossRegion: true }
8181
});
8282

8383
public static readonly AMAZON_NOVA_LITE_V1 = new BedrockFoundationModel('amazon.nova-lite-v1:0', {
84-
supportsAgents: true,
84+
{ supportsAgents: true, supportsCrossRegion: true }
8585
});
8686

8787
public static readonly AMAZON_NOVA_PRO_V1 = new BedrockFoundationModel('amazon.nova-pro-v1:0', {
88-
supportsAgents: true,
88+
{ supportsAgents: true, supportsCrossRegion: true }
8989
});
9090

9191
public static readonly TITAN_EMBED_TEXT_V1 = new BedrockFoundationModel('amazon.titan-embed-text-v1', {

0 commit comments

Comments
 (0)