Partager via


PromptRenderContext.Result Property

Definition

Gets or sets the result of the function's invocation. Setting Result to a non-null value will skip function invocation and return the result.

public Microsoft.SemanticKernel.FunctionResult? Result { get; set; }
member this.Result : Microsoft.SemanticKernel.FunctionResult with get, set
Public Property Result As FunctionResult

Property Value

Applies to