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)
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)