Skip to content

Commit a84d6b2

Browse files
committed
Update HelloBedrockRuntime.cs
1 parent 2f81ab9 commit a84d6b2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

dotnetv3/Bedrock-runtime/Actions/HelloBedrockRuntime.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ private static async Task Invoke(string modelId, string prompt)
2828
default:
2929
Console.WriteLine($"Unknown model ID: {modelId}. Valid model IDs are: {CLAUDE}.");
3030
break;
31-
};
31+
}
32+
;
3233
}
3334
}
3435
}

0 commit comments

Comments
 (0)