Ranker

interface Ranker

Rank available choices based on user input and agent metadata. It's possible that no ranking will be high enough to progress with, but that's a matter for the AgentPlatform using this service.

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.