Skip to content

Commit c98c39a

Browse files
author
Milder Hernandez Cagua
committed
Remove comment
1 parent c788b1c commit c98c39a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

semantickernel-api/src/main/java/com/microsoft/semantickernel/services/AIServiceSelector.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ public interface AIServiceSelector {
2626
* @return An {@code AIServiceSelection} containing the selected service and associated
2727
* PromptExecutionSettings.
2828
*/
29-
// @Deprecated
3029
@Nullable
3130
<T extends AIService> AIServiceSelection<T> trySelectAIService(
3231
Class<T> serviceType,

0 commit comments

Comments
 (0)