Class AgentToolFailedEvent
- Namespace
- Emissary
- Assembly
- Emissary.dll
A tool handler threw and the failure was reported to the model (ReportToModel). Carries the exception in full, whatever the model was told — see IncludeExceptionMessage.
public sealed record AgentToolFailedEvent : AgentEvent, IEquatable<AgentEvent>, IEquatable<AgentToolFailedEvent>
- Inheritance
-
AgentToolFailedEvent
- Implements
- Inherited Members
Constructors
AgentToolFailedEvent(ToolFailure)
A tool handler threw and the failure was reported to the model (ReportToModel). Carries the exception in full, whatever the model was told — see IncludeExceptionMessage.
public AgentToolFailedEvent(ToolFailure Failure)
Parameters
FailureToolFailureThe failed call.
Properties
Failure
The failed call.
public ToolFailure Failure { get; init; }