We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c230d3 commit 2e576ccCopy full SHA for 2e576cc
1 file changed
dotnetv4/Bedrock-runtime/Actions/HelloBedrockRuntime.cs
@@ -28,7 +28,8 @@ private static async Task Invoke(string modelId, string prompt)
28
default:
29
Console.WriteLine($"Unknown model ID: {modelId}. Valid model IDs are: {CLAUDE}.");
30
break;
31
- };
+ }
32
+ ;
33
}
34
35
0 commit comments