allModelsIn
Retrieves all public properties of the specified object and nested objects that are of type LLModel
and returns them as a list.
Return
A list of LLModel
instances extracted from the public properties of the provided object and its nested objects.
Parameters
obj
The object to inspect for properties of type LLModel
.