PlanCreationException.ModelResults 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.
Completion results from the model; generally, this is the proposed plan.
public Microsoft.SemanticKernel.ChatMessageContent? ModelResults { get; set; }
member this.ModelResults : Microsoft.SemanticKernel.ChatMessageContent with get, set
Public Property ModelResults As ChatMessageContent