DatasetChatDebugRow constructor
const
DatasetChatDebugRow({})
Implementation
const DatasetChatDebugRow({
required this.sequence,
required this.timestamp,
required this.itemId,
required this.turnId,
required this.type,
required this.row,
required this.data,
});