Language

MagenticPlanReviewResponse Class

Definition

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 class MagenticPlanReviewResponse : IEquatable<Microsoft.Agents.AI.Workflows.MagenticPlanReviewResponse>
type MagenticPlanReviewResponse = class
    interface IEquatable<MagenticPlanReviewResponse>
Public Class MagenticPlanReviewResponse
Implements IEquatable(Of MagenticPlanReviewResponse)
Inheritance
MagenticPlanReviewResponse
Implements

Constructors

Name Description
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)

Properties

Name Description
EqualityContract
Review

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

Methods

Name Description
<Clone>$()
Deconstruct(List<ChatMessage>)
Equals(MagenticPlanReviewResponse)
Equals(Object)
GetHashCode()
PrintMembers(StringBuilder)
ToString()

Operators

Name Description
Equality(MagenticPlanReviewResponse, MagenticPlanReviewResponse)
Inequality(MagenticPlanReviewResponse, MagenticPlanReviewResponse)

Applies to