We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c788b1c commit c98c39aCopy full SHA for c98c39a
semantickernel-api/src/main/java/com/microsoft/semantickernel/services/AIServiceSelector.java
@@ -26,7 +26,6 @@ public interface AIServiceSelector {
26
* @return An {@code AIServiceSelection} containing the selected service and associated
27
* PromptExecutionSettings.
28
*/
29
-// @Deprecated
30
@Nullable
31
<T extends AIService> AIServiceSelection<T> trySelectAIService(
32
Class<T> serviceType,
0 commit comments