ToolCallRecord constructor
ToolCallRecord({})
Implementation
ToolCallRecord({
required this.callId,
required this.toolName,
required this.arguments,
this.result,
required this.startedAt,
required this.endedAt,
this.isError = false,
this.errorMessage,
});