selectProviders abstract method
Orders the available providers based on this strategy's logic.
Implementation
List<AIProvider> selectProviders(
List<AIProvider> available,
Map<String, List<Duration>> latencyHistory,
);
Orders the available providers based on this strategy's logic.
List<AIProvider> selectProviders(
List<AIProvider> available,
Map<String, List<Duration>> latencyHistory,
);