FunctionChoiceBehavior.GetConfiguration Method
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.
Returns the configuration used by AI connectors to determine function choice and invocation behavior.
public abstract Microsoft.SemanticKernel.FunctionChoiceBehaviorConfiguration GetConfiguration (Microsoft.SemanticKernel.FunctionChoiceBehaviorConfigurationContext context);
abstract member GetConfiguration : Microsoft.SemanticKernel.FunctionChoiceBehaviorConfigurationContext -> Microsoft.SemanticKernel.FunctionChoiceBehaviorConfiguration
Public MustOverride Function GetConfiguration (context As FunctionChoiceBehaviorConfigurationContext) As FunctionChoiceBehaviorConfiguration
Parameters
The context provided by AI connectors, used to determine the configuration.
Returns
The configuration.