Language

MagenticOrchestratorEvent Class

Definition

Base type for Magentic Orchestration Events

[System.Text.Json.Serialization.JsonDerivedType(typeof(Microsoft.Agents.AI.Workflows.Specialized.Magentic.MagenticPlanCreatedEvent))]
[System.Text.Json.Serialization.JsonDerivedType(typeof(Microsoft.Agents.AI.Workflows.Specialized.Magentic.MagenticReplannedEvent))]
[System.Text.Json.Serialization.JsonDerivedType(typeof(Microsoft.Agents.AI.Workflows.Specialized.Magentic.MagenticProgressLedgerUpdatedEvent))]
public abstract class MagenticOrchestratorEvent : Microsoft.Agents.AI.Workflows.WorkflowEvent
[<System.Text.Json.Serialization.JsonDerivedType(typeof(Microsoft.Agents.AI.Workflows.Specialized.Magentic.MagenticPlanCreatedEvent))>]
[<System.Text.Json.Serialization.JsonDerivedType(typeof(Microsoft.Agents.AI.Workflows.Specialized.Magentic.MagenticReplannedEvent))>]
[<System.Text.Json.Serialization.JsonDerivedType(typeof(Microsoft.Agents.AI.Workflows.Specialized.Magentic.MagenticProgressLedgerUpdatedEvent))>]
type MagenticOrchestratorEvent = class
    inherit WorkflowEvent
Public MustInherit Class MagenticOrchestratorEvent
Inherits WorkflowEvent
Inheritance
MagenticOrchestratorEvent
Derived
Attributes

Constructors

Name Description
MagenticOrchestratorEvent(Object)

Base type for Magentic Orchestration Events

Properties

Name Description
Data

Optional payload

(Inherited from WorkflowEvent)

Methods

Name Description
ToString() (Inherited from WorkflowEvent)

Applies to