IAIServiceSelector Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a selector which will return a tuple containing instances of IAIService and PromptExecutionSettings from the specified provider based on the model settings.
public interface IAIServiceSelector
type IAIServiceSelector = interface
Public Interface IAIServiceSelector
Methods
TrySelectAIService<T>(Kernel, KernelFunction, KernelArguments, T, PromptExecutionSettings) |
Resolves an IAIService and associated PromptExecutionSettings from the specified Kernel based on a KernelFunction and associated KernelArguments. |
Extension Methods
SelectAIService<T>(IAIServiceSelector, Kernel, KernelFunction, KernelArguments) |
Resolves an IAIService and associated PromptExecutionSettings from the specified Kernel based on a KernelFunction and associated KernelArguments. |