Class ToolCallRecord
A single tool invocation within a turn.
public sealed class ToolCallRecord
- Inheritance
-
ToolCallRecord
- Inherited Members
Properties
Arguments
public string? Arguments { get; set; }
Property Value
CreatedAt
public DateTime CreatedAt { get; init; }
Property Value
DurationMs
public long DurationMs { get; set; }
Property Value
Id
public string Id { get; init; }
Property Value
Result
public string? Result { get; set; }
Property Value
Status
public string Status { get; set; }
Property Value
ToolName
public string ToolName { get; init; }
Property Value
TurnId
public string TurnId { get; init; }