Interface Ranker
-
- All Implemented Interfaces:
public interface RankerRank 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.
-
-
Method Summary
-
-
Method Detail
-
rank
abstract <T extends Named, Described> Rankings<T> rank(String description, String userInput, Collection<T> rankables)
Rank a set of items based on user input and agent metadata.
- Parameters:
description- Description of the item being rankeduserInput- User input to rank againstrankables- Set of items to rank
-
-
-
-