Uses of Package
com.microsoft.semantickernel.services
-
Classes in com.microsoft.semantickernel.services used by com.microsoft.semantickernel Class Description AIService Marker interface for AI services.AIServiceCollection A collection of AI services.AIServiceSelector Represents a selector which will return anAIServiceSelectioncontaining instances ofAIServiceandPromptExecutionSettingsfrom the specified provider based on the model settings.ServiceNotFoundException Exception thrown when a service is not found. -
Classes in com.microsoft.semantickernel.services used by com.microsoft.semantickernel.services Class Description AIService Marker interface for AI services.AIServiceCollection A collection of AI services.AIServiceSelection The result of an AI service selection.AIServiceSelector Represents a selector which will return anAIServiceSelectioncontaining instances ofAIServiceandPromptExecutionSettingsfrom the specified provider based on the model settings.BaseAIServiceSelector Base class forAIServiceSelectorimplementations which provides aMapbased collection from which anAIServicecan be selected.KernelContent Base class which represents the content returned by an AI service. -
Classes in com.microsoft.semantickernel.services used by com.microsoft.semantickernel.services.audio Class Description AIService Marker interface for AI services. -
Classes in com.microsoft.semantickernel.services used by com.microsoft.semantickernel.services.chatcompletion Class Description AIService Marker interface for AI services.KernelContent Base class which represents the content returned by an AI service.TextAIService Marker interface for Text AI services, typically Chat or Text generation for OpenAI -
Classes in com.microsoft.semantickernel.services used by com.microsoft.semantickernel.services.textcompletion Class Description AIService Marker interface for AI services.KernelContent Base class which represents the content returned by an AI service.StreamingKernelContent Base class which represents the content returned by a streaming AI service.TextAIService Marker interface for Text AI services, typically Chat or Text generation for OpenAI