Language

ResetChatSignal Class

Definition

Notifies an AIAgent-hosting executor that it should reset its conversation state, and start a new session, if appropriate. Note that for Agent Orchestrations, only Magentic makes use of this functionality.

public sealed class ResetChatSignal : IEquatable<Microsoft.Agents.AI.Workflows.ResetChatSignal>
type ResetChatSignal = class
    interface IEquatable<ResetChatSignal>
Public NotInheritable Class ResetChatSignal
Implements IEquatable(Of ResetChatSignal)
Inheritance
ResetChatSignal
Implements

Constructors

Name Description
ResetChatSignal()

Notifies an AIAgent-hosting executor that it should reset its conversation state, and start a new session, if appropriate. Note that for Agent Orchestrations, only Magentic makes use of this functionality.

Methods

Name Description
<Clone>$()
Equals(Object)
Equals(ResetChatSignal)
GetHashCode()
ToString()

Operators

Name Description
Equality(ResetChatSignal, ResetChatSignal)
Inequality(ResetChatSignal, ResetChatSignal)

Applies to