FakeRanker

interface FakeRanker : Ranker

Identifies goal rankers used for test

Inheritors

Functions

Link copied to clipboard
abstract fun <T> rank(description: String, userInput: String, rankables: Collection<T>): Rankings<T>

Rank a set of items based on user input and agent metadata.