RequiredFunctionChoiceBehavior.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 override Microsoft.SemanticKernel.FunctionChoiceBehaviorConfiguration GetConfiguration(Microsoft.SemanticKernel.FunctionChoiceBehaviorConfigurationContext context);
override this.GetConfiguration : Microsoft.SemanticKernel.FunctionChoiceBehaviorConfigurationContext -> Microsoft.SemanticKernel.FunctionChoiceBehaviorConfiguration
Public Overrides Function GetConfiguration (context As FunctionChoiceBehaviorConfigurationContext) As FunctionChoiceBehaviorConfiguration
Parameters
The context provided by AI connectors, used to determine the configuration.
Returns
The configuration.