KernelFunctionSelectionStrategy.ResultParser 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 callback responsible for translating the FunctionResult to the termination criteria.
public Func<Microsoft.SemanticKernel.FunctionResult,string> ResultParser { get; init; }
member this.ResultParser : Func<Microsoft.SemanticKernel.FunctionResult, string> with get, set
Public Property ResultParser As Func(Of FunctionResult, String)