OpenApiDocumentParserOptions.OperationSelectionPredicate 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.
Operation selection predicate to apply to all OpenAPI document operations. If set, the predicate will be applied to each operation in the document. If the predicate returns true, the operation will be parsed; otherwise, it will be skipped. This can be used to filter out operations that should not be imported for various reasons.
public Func<Microsoft.SemanticKernel.Plugins.OpenApi.OperationSelectionPredicateContext,bool>? OperationSelectionPredicate { get; set; }member this.OperationSelectionPredicate : Func<Microsoft.SemanticKernel.Plugins.OpenApi.OperationSelectionPredicateContext, bool> with get, setPublic Property OperationSelectionPredicate As Func(Of OperationSelectionPredicateContext, Boolean)