Skip to content

Commit b01b88f

Browse files
author
github-actions
committed
chore: self mutation
Signed-off-by: github-actions <github-actions@github.com>
1 parent b3fb35d commit b01b88f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/cdk-lib/bedrock/models.ts

+4-4
Original file line numberDiff line numberDiff line change
@@ -76,16 +76,16 @@ export class BedrockFoundationModel implements IInvokable {
7676
supportsAgents: true,
7777
});
7878

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 },
8181
);
8282

8383
public static readonly AMAZON_NOVA_LITE_V1 = new BedrockFoundationModel('amazon.nova-lite-v1:0',
84-
{ supportsAgents: true, supportsCrossRegion: 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, supportsCrossRegion: 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)