MagenticPlanReviewRequest 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 |
|---|---|
| MagenticPlanReviewRequest(MagenticPlanReviewRequest) | |
| MagenticPlanReviewRequest(ChatMessage, MagenticProgressLedger, Boolean) |
Request for human review of a proposed plan. |
MagenticPlanReviewRequest(MagenticPlanReviewRequest)
protected MagenticPlanReviewRequest(Microsoft.Agents.AI.Workflows.MagenticPlanReviewRequest original);
Protected Sub New (original As MagenticPlanReviewRequest)
Parameters
- original
- MagenticPlanReviewRequest
Applies to
MagenticPlanReviewRequest(ChatMessage, MagenticProgressLedger, Boolean)
Request for human review of a proposed plan.
public MagenticPlanReviewRequest(Microsoft.Extensions.AI.ChatMessage Plan, Microsoft.Agents.AI.Workflows.MagenticProgressLedger? CurrentProgress, bool IsStalled);
new Microsoft.Agents.AI.Workflows.MagenticPlanReviewRequest : Microsoft.Extensions.AI.ChatMessage * Microsoft.Agents.AI.Workflows.MagenticProgressLedger * bool -> Microsoft.Agents.AI.Workflows.MagenticPlanReviewRequest
Public Sub New (Plan As ChatMessage, CurrentProgress As MagenticProgressLedger, IsStalled As Boolean)
Parameters
- Plan
- ChatMessage
The proposed plan.
- CurrentProgress
- MagenticProgressLedger
The current progress ledger, if available. During the initial plan review,
this will be null. In subsequent reviews after replanning (due to stalls), this will
contain the latest progress ledger that determined that no progress has been made or the workflow was in
a loop.
- IsStalled
- Boolean
Whether the workflow is currently stalled.