Table of Contents

Class ToolCallRecord

Namespace
JD.AI.Core.Sessions
Assembly
JD.AI.Core.dll

A single tool invocation within a turn.

public sealed class ToolCallRecord
Inheritance
ToolCallRecord
Inherited Members

Properties

Arguments

public string? Arguments { get; set; }

Property Value

string

CreatedAt

public DateTime CreatedAt { get; init; }

Property Value

DateTime

DurationMs

public long DurationMs { get; set; }

Property Value

long

Id

public string Id { get; init; }

Property Value

string

Result

public string? Result { get; set; }

Property Value

string

Status

public string Status { get; set; }

Property Value

string

ToolName

public string ToolName { get; init; }

Property Value

string

TurnId

public string TurnId { get; init; }

Property Value

string