RetrieveFactsFromHistory

constructor(vararg concepts: Concept)(source)

Secondary constructor for RetrieveFactsFromHistory that initializes the instance with a variable number of Concept objects, converting them into a list.

Parameters

concepts

A variable number of Concept objects to be used for fact retrieval.


constructor(concepts: List<Concept>)(source)

Parameters

concepts

A list of Concept objects that define the domains of knowledge for which facts need to be retrieved.