You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I have a non-optional parameter in an AIFunction returned by AIFunctionFactory, and the values passed to InvokeAsync do not include a value for that parameter, the default value ends up getting used, rather than an exception being thrown. Is that the desired behavior?