File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
dotnet/src/Microsoft.Agents.AI.Workflows Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ namespace Microsoft.Agents.AI.Workflows;
77/// <summary>
88/// Represents an event triggered when an agent produces a response.
99/// </summary>
10- public class AgentResponseEvent : WorkflowOutputEvent
10+ public sealed class AgentResponseEvent : WorkflowOutputEvent
1111{
1212 /// <summary>
1313 /// Initializes a new instance of the <see cref="AgentResponseEvent"/> class.
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ namespace Microsoft.Agents.AI.Workflows;
88/// <summary>
99/// Represents an event triggered when an agent run produces an update.
1010/// </summary>
11- public class AgentResponseUpdateEvent : WorkflowOutputEvent
11+ public sealed class AgentResponseUpdateEvent : WorkflowOutputEvent
1212{
1313 /// <summary>
1414 /// Initializes a new instance of the <see cref="AgentResponseUpdateEvent"/> class.
You can’t perform that action at this time.
0 commit comments