OpenApiFunctionExecutionParameters.ParameterFilter Property
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.
A custom REST API parameter filter.
public Microsoft.SemanticKernel.Plugins.OpenApi.RestApiParameterFilter? ParameterFilter { get; set; }
member this.ParameterFilter : Microsoft.SemanticKernel.Plugins.OpenApi.RestApiParameterFilter with get, set
Public Property ParameterFilter As RestApiParameterFilter