MagenticPlanReviewRequest.CurrentProgress 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.
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.
public Microsoft.Agents.AI.Workflows.MagenticProgressLedger? CurrentProgress { get; init; }
member this.CurrentProgress : Microsoft.Agents.AI.Workflows.MagenticProgressLedger with get, set
Public Property CurrentProgress As MagenticProgressLedger