FunctionCallingHelper‘s ParameterDescription Required = false not work #442
Labels
Ready for next version
This issue solved and waiting for next release
Milestone
Describe the bug
A clear and concise description of what the bug is.
[ParameterDescription(Description = "Left Parameter", Required = false)] double left,
throw error: System.Exception:“Argument 'left' not found”
Your code piece
Result
More detail about what happened when you run your code.
throw error: System.Exception:“Argument 'left' not found”
Expected behavior
A clear and concise description of what you expected to happen.
Required = false
means you can add the Arguments = "{"widgetType":"Rectangle","left":30.0}"
or Arguments = "{"widgetType":"Rectangle"}"
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: