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
There's a problem when the class AIDataService try to perform a deserialization to an AIResponse, because AIResponse contains a Result, and the Result has a "parameters" field typed of Dictionary<string,object>. So, when the parameter is list, it dictionary should be: Dictionary<string, List>, in order to deserializate the json correctly.
The text was updated successfully, but these errors were encountered:
Hi!
There's a problem when the class AIDataService try to perform a deserialization to an AIResponse, because AIResponse contains a Result, and the Result has a "parameters" field typed of Dictionary<string,object>. So, when the parameter is list, it dictionary should be: Dictionary<string, List>, in order to deserializate the json correctly.
The text was updated successfully, but these errors were encountered: