We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f81ab9 commit a84d6b2Copy full SHA for a84d6b2
1 file changed
dotnetv3/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