This sounds like you have a property radius in your intent class/struct. Perhaps you just need to give it an initial value, like so:
radius
@Parameter(title: "My Radius", default: 42) public var radius: Int