ReasoningDetectionResult constructor

const ReasoningDetectionResult({
  1. required bool isReasoningJustDone,
  2. required bool hasReasoningContent,
  3. required String updatedLastChunk,
})

Implementation

const ReasoningDetectionResult({
  required this.isReasoningJustDone,
  required this.hasReasoningContent,
  required this.updatedLastChunk,
});