Open ingig opened 1 month ago
Currently only primaries, List, Dictionary<string, object> is used when defining returning scheme from llm. This makes it hard to validate the response 100% on list and dictionary.
The request should support typed lists and dictionaries. This will allow for 100% validation of the response. This will also allow for typed objects to be sent as parameter in methods, which will open for other possibilities, see #48
Currently only primaries, List
The request should support typed lists and dictionaries. This will allow for 100% validation of the response. This will also allow for typed objects to be sent as parameter in methods, which will open for other possibilities, see #48