ResetChatSignal 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.
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) | |