ChatToolCallLogEntry constructor

const ChatToolCallLogEntry({
  1. required String source,
  2. required String text,
})

Implementation

const ChatToolCallLogEntry({required this.source, required this.text});