ToolCallStartedEvent
NexusLabs.Needlr.AgentFramework¶
NexusLabs.Needlr.AgentFramework.Progress¶
ToolCallStartedEvent Class¶
A tool invocation has started.
public sealed record ToolCallStartedEvent : NexusLabs.Needlr.AgentFramework.Progress.IProgressEvent, System.IEquatable<NexusLabs.Needlr.AgentFramework.Progress.ToolCallStartedEvent>
Inheritance System.Object 🡒 ToolCallStartedEvent
Implements IProgressEvent, System.IEquatable<ToolCallStartedEvent>
Constructors¶
ToolCallStartedEvent(DateTimeOffset, string, string, string, int, long, string) Constructor¶
A tool invocation has started.
public ToolCallStartedEvent(System.DateTimeOffset Timestamp, string WorkflowId, string? AgentId, string? ParentAgentId, int Depth, long SequenceNumber, string ToolName);
Parameters¶
Timestamp System.DateTimeOffset
WorkflowId System.String
AgentId System.String
ParentAgentId System.String
Depth System.Int32
SequenceNumber System.Int64
ToolName System.String