Language

MagenticPlanReviewResponse Constructors

Definition

Overloads

Name Description
MagenticPlanReviewResponse(MagenticPlanReviewResponse)
MagenticPlanReviewResponse(List<ChatMessage>)

Review feedback for a proposed plan, including any revisions if the plan is not approved as-is. An empty list of review messages indicates approval of the proposed plan without any revisions.

MagenticPlanReviewResponse(MagenticPlanReviewResponse)

protected MagenticPlanReviewResponse(Microsoft.Agents.AI.Workflows.MagenticPlanReviewResponse original);
Protected Sub New (original As MagenticPlanReviewResponse)

Parameters

Applies to

MagenticPlanReviewResponse(List<ChatMessage>)

Review feedback for a proposed plan, including any revisions if the plan is not approved as-is. An empty list of review messages indicates approval of the proposed plan without any revisions.

public MagenticPlanReviewResponse(System.Collections.Generic.List<Microsoft.Extensions.AI.ChatMessage> Review);
new Microsoft.Agents.AI.Workflows.MagenticPlanReviewResponse : System.Collections.Generic.List<Microsoft.Extensions.AI.ChatMessage> -> Microsoft.Agents.AI.Workflows.MagenticPlanReviewResponse
Public Sub New (Review As List(Of ChatMessage))

Parameters

Review
List<ChatMessage>

Review feedback for a generated plan. Empty if the plan is approved as-is and changes are requested.

Applies to