MagenticPlanReviewResponse.Review 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.
Review feedback for a generated plan. Empty if the plan is approved as-is and changes are requested.
public System.Collections.Generic.List<Microsoft.Extensions.AI.ChatMessage> Review { get; init; }
member this.Review : System.Collections.Generic.List<Microsoft.Extensions.AI.ChatMessage> with get, set
Public Property Review As List(Of ChatMessage)