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
ParseArguments, in "FunctionCall" class, should return Dictionary<string, object?> because when optional parameters are used, ChatGPT returns null values, for example:
(with Dictionary<string, object> I got NullReferenceException in my code, without warnings at compile time)
The text was updated successfully, but these errors were encountered:
Hi,
ParseArguments, in "FunctionCall" class, should return Dictionary<string, object?> because when optional parameters are used, ChatGPT returns null values, for example:
(with Dictionary<string, object> I got NullReferenceException in my code, without warnings at compile time)
The text was updated successfully, but these errors were encountered: