MagenticOrchestratorEvent Class
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.
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
- 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) |