MagenticPlanReviewResponse Constructors
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.
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
- original
- MagenticPlanReviewResponse
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.